Added a decorated fir tree and a present (#5694)
* Added a decorated fir tree and a present * Update meta.json of the tree * Update Resources/Prototypes/Entities/Structures/Decoration/decorated_fir_tree.yml Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> * Present PNGs changed Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
This commit is contained in:
11
Resources/Prototypes/Entities/Objects/Decoration/present.yml
Normal file
11
Resources/Prototypes/Entities/Objects/Decoration/present.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
- type: entity
|
||||||
|
id: Present
|
||||||
|
parent: BaseItem
|
||||||
|
name: Present
|
||||||
|
description: A little box with incredible surprises inside.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Decoration/present.rsi
|
||||||
|
layers:
|
||||||
|
- state: present
|
||||||
|
#- state: unwrapped
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
- type: entity
|
||||||
|
id: Decorated Fir Tree
|
||||||
|
parent: BaseStructure
|
||||||
|
name: Decorated Fir Tree
|
||||||
|
description: A very festive tree for a very festive holiday.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Decoration/decorated_fir_tree.rsi
|
||||||
|
layers:
|
||||||
|
- state: base
|
||||||
|
- state: balls
|
||||||
|
- state: lights
|
||||||
|
shader: unshaded
|
||||||
|
- type: PointLight
|
||||||
|
radius: 1.6
|
||||||
|
energy: 1.2
|
||||||
|
enabled: false
|
||||||
|
mask: /Textures/Effects/LightMasks/cone.png
|
||||||
|
autoRot: true
|
||||||
|
offset: "0, 0.6"
|
||||||
17
Resources/Textures/Objects/Decoration/present.rsi/meta.json
Normal file
17
Resources/Textures/Objects/Decoration/present.rsi/meta.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made with love by Shaeone",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "present"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "unwrapped"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
Resources/Textures/Objects/Decoration/present.rsi/present.png
Normal file
BIN
Resources/Textures/Objects/Decoration/present.rsi/present.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Resources/Textures/Objects/Decoration/present.rsi/unwrapped.png
Normal file
BIN
Resources/Textures/Objects/Decoration/present.rsi/unwrapped.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"size": {
|
||||||
|
"x": 64,
|
||||||
|
"y": 64
|
||||||
|
},
|
||||||
|
"copyright": "Made with love by Shaeone",
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "base"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "balls"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lights",
|
||||||
|
"delays":[
|
||||||
|
[
|
||||||
|
1.0,
|
||||||
|
1.0,
|
||||||
|
1.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user