stack sprites

This commit is contained in:
=
2025-11-26 16:32:19 -05:00
parent cef0e84bff
commit 2eb6888fac
84 changed files with 259 additions and 17 deletions

View File

@@ -2,42 +2,42 @@
parent: BaseSheetStack parent: BaseSheetStack
id: Glass id: Glass
name: stack-glass name: stack-glass
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: glass } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-glass }
spawn: SheetGlass1 spawn: SheetGlass1
- type: stack - type: stack
parent: BaseSheetStack parent: BaseSheetStack
id: ReinforcedGlass id: ReinforcedGlass
name: stack-reinforced-glass name: stack-reinforced-glass
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: rglass } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-rglass }
spawn: SheetRGlass1 spawn: SheetRGlass1
- type: stack - type: stack
parent: BaseSheetStack parent: BaseSheetStack
id: PlasmaGlass id: PlasmaGlass
name: stack-plasma-glass name: stack-plasma-glass
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: pglass } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-pglass }
spawn: SheetPGlass1 spawn: SheetPGlass1
- type: stack - type: stack
parent: BaseSheetStack parent: BaseSheetStack
id: ReinforcedPlasmaGlass id: ReinforcedPlasmaGlass
name: stack-reinforced-plasma-glass name: stack-reinforced-plasma-glass
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: rpglass } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-prglass }
spawn: SheetRPGlass1 spawn: SheetRPGlass1
- type: stack - type: stack
parent: BaseSheetStack parent: BaseSheetStack
id: UraniumGlass id: UraniumGlass
name: stack-uranium-glass name: stack-uranium-glass
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: uglass } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-uglass }
spawn: SheetUGlass1 spawn: SheetUGlass1
- type: stack - type: stack
parent: BaseSheetStack parent: BaseSheetStack
id: ReinforcedUraniumGlass id: ReinforcedUraniumGlass
name: stack-reinforced-uranium-glass name: stack-reinforced-uranium-glass
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: ruglass } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-urglass }
spawn: SheetRUGlass1 spawn: SheetRUGlass1
- type: stack - type: stack

View File

@@ -2,14 +2,14 @@
parent: BaseSheetStack parent: BaseSheetStack
id: Steel id: Steel
name: stack-steel name: stack-steel
icon: { sprite: /Textures/Objects/Materials/Sheets/metal.rsi, state: steel } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-metal }
spawn: SheetSteel1 spawn: SheetSteel1
- type: stack - type: stack
parent: BaseSheetStack parent: BaseSheetStack
id: Plasteel id: Plasteel
name: stack-plasteel name: stack-plasteel
icon: { sprite: /Textures/Objects/Materials/Sheets/metal.rsi, state: plasteel } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-plasteel }
spawn: SheetPlasteel1 spawn: SheetPlasteel1
- type: stack - type: stack

View File

@@ -2,19 +2,19 @@
parent: BaseSheetStack parent: BaseSheetStack
id: Plasma id: Plasma
name: stack-plasma name: stack-plasma
icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: plasma } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-plasma }
spawn: SheetPlasma1 spawn: SheetPlasma1
- type: stack - type: stack
parent: BaseSheetStack parent: BaseSheetStack
id: Plastic id: Plastic
name: stack-plastic name: stack-plastic
icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: plastic } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-plastic }
spawn: SheetPlastic1 spawn: SheetPlastic1
- type: stack - type: stack
parent: BaseSheetStack parent: BaseSheetStack
id: Uranium id: Uranium
name: stack-uranium name: stack-uranium
icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: uranium } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-uranium }
spawn: SheetUranium1 spawn: SheetUranium1

View File

@@ -1,7 +1,7 @@
- type: stack - type: stack
id: Telecrystal id: Telecrystal
name: stack-telecrystal name: stack-telecrystal
icon: { sprite: /Textures/Objects/Specific/Syndicate/telecrystal.rsi, state: telecrystal } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: telecrystal }
spawn: Telecrystal1 spawn: Telecrystal1
- type: stack - type: stack

View File

@@ -4,14 +4,14 @@
parent: BaseMediumStack parent: BaseMediumStack
id: Diamond id: Diamond
name: stack-diamond name: stack-diamond
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: diamond } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-diamond }
spawn: MaterialDiamond1 spawn: MaterialDiamond1
- type: stack - type: stack
parent: BaseSmallStack parent: BaseSmallStack
id: Bananium id: Bananium
name: stack-bananium name: stack-bananium
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: bananium } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-bananium }
spawn: MaterialBananium1 spawn: MaterialBananium1
# Ingots # Ingots
@@ -19,12 +19,12 @@
parent: BaseMediumStack parent: BaseMediumStack
id: Gold id: Gold
name: stack-gold name: stack-gold
icon: { sprite: "/Textures/Objects/Materials/ingots.rsi", state: gold } icon: { sprite: "/Textures/_TBD/Objects/stack_objects.rsi", state: sheet-gold }
spawn: IngotGold1 spawn: IngotGold1
- type: stack - type: stack
parent: BaseMediumStack parent: BaseMediumStack
id: Silver id: Silver
name: stack-silver name: stack-silver
icon: { sprite: "/Textures/Objects/Materials/ingots.rsi", state: silver } icon: { sprite: "/Textures/_TBD/Objects/stack_objects.rsi", state: sheet-silver }
spawn: IngotSilver1 spawn: IngotSilver1

View File

@@ -11,7 +11,7 @@
parent: BaseMediumStack parent: BaseMediumStack
id: WoodPlank id: WoodPlank
name: stack-wood-plank name: stack-wood-plank
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: wood } icon: { sprite: /Textures/_TBD/Objects/stack_objects.rsi, state: sheet-wood }
spawn: MaterialWoodPlank1 spawn: MaterialWoodPlank1
- type: stack - type: stack

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

View File

@@ -0,0 +1,242 @@
{
"version": 1,
"license": null,
"copyright": null,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "sheet-metal_1"
},
{
"name": "sheet-metal_2"
},
{
"name": "sheet-metal_3"
},
{
"name": "sheet-plasteel_1"
},
{
"name": "sheet-plasteel_2"
},
{
"name": "sheet-plasteel_3"
},
{
"name": "sheet-gold_1"
},
{
"name": "sheet-gold_2"
},
{
"name": "sheet-gold_3"
},
{
"name": "sheet-uranium_1"
},
{
"name": "sheet-uranium_2"
},
{
"name": "sheet-uranium_3"
},
{
"name": "sheet-silver_1"
},
{
"name": "sheet-silver_2"
},
{
"name": "sheet-silver_3"
},
{
"name": "sheet-bananium_1"
},
{
"name": "sheet-bananium_2"
},
{
"name": "sheet-bananium_3"
},
{
"name": "sheet-glass_1"
},
{
"name": "sheet-glass_2"
},
{
"name": "sheet-glass_3"
},
{
"name": "sheet-rglass_1"
},
{
"name": "sheet-rglass_2"
},
{
"name": "sheet-rglass_3"
},
{
"name": "sheet-pglass_1"
},
{
"name": "sheet-pglass_2"
},
{
"name": "sheet-pglass_3"
},
{
"name": "sheet-prglass_1"
},
{
"name": "sheet-prglass_2"
},
{
"name": "sheet-prglass_3"
},
{
"name": "sheet-plastic_1"
},
{
"name": "sheet-plastic_2"
},
{
"name": "sheet-plastic_3"
},
{
"name": "sheet-paper_1"
},
{
"name": "sheet-paper_2"
},
{
"name": "sheet-paper_3"
},
{
"name": "sheet-diamond_1"
},
{
"name": "sheet-diamond_2"
},
{
"name": "sheet-diamond_3"
},
{
"name": "bluespace_crystal_1"
},
{
"name": "polycrystal"
},
{
"name": "telecrystal_1"
},
{
"name": "telecrystal_2"
},
{
"name": "telecrystal_3"
},
{
"name": "sheet-plasma_1"
},
{
"name": "sheet-plasma_2"
},
{
"name": "sheet-plasma_3"
},
{
"name": "rods"
},
{
"name": "rods_1"
},
{
"name": "rods_2"
},
{
"name": "rods_3"
},
{
"name": "rods_4"
},
{
"name": "rods_5"
},
{
"name": "sheet-wood_1"
},
{
"name": "sheet-wood_2"
},
{
"name": "sheet-wood_3"
},
{
"name": "sheet-card_1"
},
{
"name": "sheet-card_2"
},
{
"name": "sheet-card_3"
},
{
"name": "sheet-cloth_1"
},
{
"name": "sheet-cloth_2"
},
{
"name": "sheet-cloth_3"
},
{
"name": "bone_1"
},
{
"name": "bone_2"
},
{
"name": "bone_3"
},
{
"name": "sheet-cotton_1"
},
{
"name": "sheet-cotton_2"
},
{
"name": "sheet-cotton_3"
},
{
"name": "sheet-durathread_1"
},
{
"name": "sheet-durathread_2"
},
{
"name": "sheet-durathread_3"
},
{
"name": "sheet-uglass_1"
},
{
"name": "sheet-uglass_2"
},
{
"name": "sheet-uglass_3"
},
{
"name": "sheet-urglass_1"
},
{
"name": "sheet-urglass_2"
},
{
"name": "sheet-urglass_3"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 755 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 773 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 832 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 922 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 899 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B