diff --git a/Resources/Prototypes/Entities/Objects/Decoration/present.yml b/Resources/Prototypes/Entities/Objects/Decoration/present.yml new file mode 100644 index 0000000000..e29efc6eba --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Decoration/present.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Decoration/decorated_fir_tree.yml b/Resources/Prototypes/Entities/Structures/Decoration/decorated_fir_tree.yml new file mode 100644 index 0000000000..8790866c90 --- /dev/null +++ b/Resources/Prototypes/Entities/Structures/Decoration/decorated_fir_tree.yml @@ -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" \ No newline at end of file diff --git a/Resources/Textures/Objects/Decoration/present.rsi/meta.json b/Resources/Textures/Objects/Decoration/present.rsi/meta.json new file mode 100644 index 0000000000..aa1e0acf4c --- /dev/null +++ b/Resources/Textures/Objects/Decoration/present.rsi/meta.json @@ -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" + } + ] +} diff --git a/Resources/Textures/Objects/Decoration/present.rsi/present.png b/Resources/Textures/Objects/Decoration/present.rsi/present.png new file mode 100644 index 0000000000..2763474a10 Binary files /dev/null and b/Resources/Textures/Objects/Decoration/present.rsi/present.png differ diff --git a/Resources/Textures/Objects/Decoration/present.rsi/unwrapped.png b/Resources/Textures/Objects/Decoration/present.rsi/unwrapped.png new file mode 100644 index 0000000000..5bf006c157 Binary files /dev/null and b/Resources/Textures/Objects/Decoration/present.rsi/unwrapped.png differ diff --git a/Resources/Textures/Structures/Decoration/decorated_fir_tree.rsi/balls.png b/Resources/Textures/Structures/Decoration/decorated_fir_tree.rsi/balls.png new file mode 100644 index 0000000000..fd67517661 Binary files /dev/null and b/Resources/Textures/Structures/Decoration/decorated_fir_tree.rsi/balls.png differ diff --git a/Resources/Textures/Structures/Decoration/decorated_fir_tree.rsi/base.png b/Resources/Textures/Structures/Decoration/decorated_fir_tree.rsi/base.png new file mode 100644 index 0000000000..e71218b5c4 Binary files /dev/null and b/Resources/Textures/Structures/Decoration/decorated_fir_tree.rsi/base.png differ diff --git a/Resources/Textures/Structures/Decoration/decorated_fir_tree.rsi/lights.png b/Resources/Textures/Structures/Decoration/decorated_fir_tree.rsi/lights.png new file mode 100644 index 0000000000..0b4a9670c8 Binary files /dev/null and b/Resources/Textures/Structures/Decoration/decorated_fir_tree.rsi/lights.png differ diff --git a/Resources/Textures/Structures/Decoration/decorated_fir_tree.rsi/meta.json b/Resources/Textures/Structures/Decoration/decorated_fir_tree.rsi/meta.json new file mode 100644 index 0000000000..ba4b535f1a --- /dev/null +++ b/Resources/Textures/Structures/Decoration/decorated_fir_tree.rsi/meta.json @@ -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 + ] + ] + } + ] +} \ No newline at end of file