Merge pull request #164 from Jaraten/NewChests

New Chests
This commit is contained in:
Ed
2024-05-22 22:14:21 +03:00
committed by GitHub
11 changed files with 38 additions and 2 deletions

View File

@@ -55,3 +55,16 @@
node: CP14WoodenChest
containers:
- entity_storage
- type: entity
parent:
- CP14WoodenChest
id: CP14BrassChest
name: brass chest
description: A simple brass chest for easy storage of junk.
components:
- type: Icon
sprite: _CP14/Structures/Storage/Crates/brasschest.rsi
state: icon
- type: Sprite
sprite: _CP14/Structures/Storage/Crates/brasschest.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

View File

@@ -0,0 +1,23 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by Agoichi (Github) for CrystallPunk, modified by Jaraten",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "base"
},
{
"name": "closed"
},
{
"name": "open"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 611 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by Agoichi (Github) for CrystallPunk",
"copyright": "Created by Agoichi (Github) for CrystallPunk, modified by Jaraten",
"size": {
"x": 32,
"y": 32
@@ -20,4 +20,4 @@
"name": "open"
}
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 318 B