-
Notifications
You must be signed in to change notification settings - Fork 605
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Temoffy/telosshipping2
sprites step one
- Loading branch information
Showing
15 changed files
with
139 additions
and
0 deletions.
There are no files selected for viewing
73 changes: 73 additions & 0 deletions
73
Resources/Prototypes/_NF/Entities/Structures/Shipping/Shipping.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
- type: entity | ||
id: ShippingBox1 | ||
parent: BaseStructure | ||
#suffix: container | ||
name: shipping container | ||
description: A load of cargo to be delivered. | ||
# placement: | ||
# mode: AlignTileAny | ||
components: | ||
#- type: SpriteFade | ||
- type: Sprite | ||
sprite: _NF/Structures/Shipping/shippingboxes.rsi | ||
offset: 0,.5 | ||
drawdepth: Mobs | ||
state: box1 | ||
noRot: true | ||
|
||
#barrels pallets and spawner | ||
- type: entity | ||
id: BarrelPallet1 | ||
parent: ShippingBox1 | ||
name: shipping pallete | ||
components: | ||
- type: Sprite | ||
drawdepth: Mobs | ||
offset: 0,0 | ||
layers: | ||
- sprite: _NF/Structures/Shipping/shippingpallet.rsi | ||
state: base | ||
offset: 0,.5 | ||
- sprite: _NF/Structures/Shipping/shippingbarrels.rsi | ||
state: red | ||
offset: -0.25,0.3125 #top left, options are -0.25,0.3125 and -0.21875,0.3125 | ||
- sprite: _NF/Structures/Shipping/shippingbarrels.rsi | ||
state: black | ||
offset: 0.25,0.3125 #top right, options are 0.25,0.3125 and 0.21875,0.3125 | ||
- sprite: _NF/Structures/Shipping/shippingbarrels.rsi | ||
state: green | ||
offset: -0.25,-0.03125 #bottom left, options are -0.25,0 and -0.25,-0.03125 | ||
- sprite: _NF/Structures/Shipping/shippingbarrels.rsi | ||
state: white | ||
offset: 0.25,0 #bottom right, options are 0.25,0 and 0.25,-0.03125 | ||
- sprite: _NF/Structures/Shipping/shippingpallet.rsi | ||
state: barrel_straps | ||
offset: 0,.5 | ||
noRot: true | ||
|
||
#crate pallets and spawner | ||
- type: entity | ||
id: CratePallet1 | ||
parent: ShippingBox1 | ||
name: shipping pallete | ||
components: | ||
- type: Sprite | ||
drawdepth: Mobs | ||
offset: 0,0 | ||
layers: | ||
- sprite: _NF/Structures/Shipping/shippingpallet.rsi | ||
state: base | ||
offset: 0,.5 | ||
- sprite: Structures/Storage/Crates/electrical.rsi | ||
state: icon | ||
offset: 0,0.65625 | ||
- sprite: Structures/Storage/Crates/engineering.rsi | ||
state: icon | ||
offset: 0,-0.03125 | ||
- sprite: Structures/Storage/Crates/chemcrate_secure.rsi | ||
state: icon | ||
offset: 0,0.34375 | ||
- sprite: _NF/Structures/Shipping/shippingpallet.rsi | ||
state: crate_straps | ||
offset: 0,.5 | ||
noRot: true |
Binary file added
BIN
+379 Bytes
Resources/Textures/_NF/Structures/Shipping/shippingbarrels.rsi/black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+378 Bytes
Resources/Textures/_NF/Structures/Shipping/shippingbarrels.rsi/blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+378 Bytes
Resources/Textures/_NF/Structures/Shipping/shippingbarrels.rsi/gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+378 Bytes
Resources/Textures/_NF/Structures/Shipping/shippingbarrels.rsi/green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
Resources/Textures/_NF/Structures/Shipping/shippingbarrels.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-4.0", | ||
"copyright": "Taken from tgstation PR https://github.com/tgstation/tgstation/pull/38977, modified by rosieposieeee, whatston3, & Telos", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "black" | ||
}, | ||
{ | ||
"name": "blue" | ||
}, | ||
{ | ||
"name": "gray" | ||
}, | ||
{ | ||
"name": "green" | ||
}, | ||
{ | ||
"name": "red" | ||
}, | ||
{ | ||
"name": "white" | ||
}, | ||
{ | ||
"name": "yellow" | ||
} | ||
] | ||
} |
Binary file added
BIN
+378 Bytes
Resources/Textures/_NF/Structures/Shipping/shippingbarrels.rsi/red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+378 Bytes
Resources/Textures/_NF/Structures/Shipping/shippingbarrels.rsi/white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+378 Bytes
Resources/Textures/_NF/Structures/Shipping/shippingbarrels.rsi/yellow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+355 Bytes
Resources/Textures/_NF/Structures/Shipping/shippingboxes.rsi/box1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
Resources/Textures/_NF/Structures/Shipping/shippingboxes.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-4.0", | ||
"copyright": "https://github.com/Temoffy, Discord: @telos2387", | ||
"size": { | ||
"x": 32, | ||
"y": 64 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "box1" | ||
} | ||
] | ||
} |
Binary file added
BIN
+472 Bytes
Resources/Textures/_NF/Structures/Shipping/shippingpallet.rsi/barrel_straps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+364 Bytes
Resources/Textures/_NF/Structures/Shipping/shippingpallet.rsi/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+383 Bytes
Resources/Textures/_NF/Structures/Shipping/shippingpallet.rsi/crate_straps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
Resources/Textures/_NF/Structures/Shipping/shippingpallet.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-4.0", | ||
"copyright": "https://github.com/Temoffy, Discord: @telos2387", | ||
"size": { | ||
"x": 32, | ||
"y": 64 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "barrel_straps" | ||
}, | ||
{ | ||
"name": "crate_straps" | ||
}, | ||
{ | ||
"name": "base" | ||
} | ||
] | ||
} |