stone upd (#384)

* stone upd

* fix ooopsiee

* fix tile
This commit is contained in:
Jaraten
2024-08-04 12:28:31 +03:00
committed by GitHub
parent 1633895321
commit 9a07a9a052
29 changed files with 215 additions and 1 deletions

View File

@@ -0,0 +1,152 @@
- type: decal
id: CP14BrickTileStoneBox
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_box
- type: decal
id: CP14BrickTileStoneCornerNe
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_corner_ne
- type: decal
id: CP14BrickTileStoneCornerSe
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_corner_se
- type: decal
id: CP14BrickTileStoneCornerNw
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_corner_nw
- type: decal
id: CP14BrickTileStoneCornerSw
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_corner_sw
- type: decal
id: CP14BrickTileStoneInnerNe
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_inner_ne
- type: decal
id: CP14BrickTileStoneInnerSe
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_inner_se
- type: decal
id: CP14BrickTileStoneInnerNw
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_inner_nw
- type: decal
id: CP14BrickTileStoneInnerSw
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_inner_sw
- type: decal
id: CP14BrickTileStoneEndN
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_end_n
- type: decal
id: CP14BrickTileStoneEndE
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_end_e
- type: decal
id: CP14BrickTileStoneEndS
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_end_s
- type: decal
id: CP14BrickTileStoneEndW
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_end_w
- type: decal
id: CP14BrickTileStoneLineN
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_line_n
- type: decal
id: CP14BrickTileStoneLineE
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_line_e
- type: decal
id: CP14BrickTileStoneLineS
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_line_s
- type: decal
id: CP14BrickTileStoneLineW
snapCardinals: true
defaultSnap: true
showMenu: true
sprite:
sprite: _CP14/Decals/Stone.rsi
state: stone_line_w

View File

@@ -54,7 +54,7 @@
East: /Textures/_CP14/Tiles/Stonebricks/double_edge_E.png
North: /Textures/_CP14/Tiles/Stonebricks/double_edge_N.png
West: /Textures/_CP14/Tiles/Stonebricks/double_edge_W.png
baseTurf: CP14Floorfundament
baseTurf: CP14FloorFoundation
isSubfloor: false
footstepSounds:
collection: FootstepAsteroid

View File

@@ -0,0 +1,62 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "By jaraten(Github/discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "stone_box"
},
{
"name": "stone_corner_ne"
},
{
"name": "stone_corner_se"
},
{
"name": "stone_corner_nw"
},
{
"name": "stone_corner_sw"
},
{
"name": "stone_end_n"
},
{
"name": "stone_end_e"
},
{
"name": "stone_end_s"
},
{
"name": "stone_end_w"
},
{
"name": "stone_line_n"
},
{
"name": "stone_line_e"
},
{
"name": "stone_line_s"
},
{
"name": "stone_line_w"
},
{
"name": "stone_inner_ne"
},
{
"name": "stone_inner_se"
},
{
"name": "stone_inner_nw"
},
{
"name": "stone_inner_sw"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 591 B

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 636 B

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 515 B

After

Width:  |  Height:  |  Size: 515 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 B

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 B

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB