asteroid, why not

This commit is contained in:
Stxcking 2026-05-02 01:42:47 -04:00
parent 8176768a44
commit 6d0513e297
7 changed files with 34 additions and 0 deletions

View File

@ -378,3 +378,22 @@
state: rock_snow_north
- map: [ "enum.EdgeLayer.West" ]
state: rock_snow_west
- type: entity
id: WallRockAsteroidUnmineable
parent: WallRockUnmineable
name: compacted asteroid
components:
- type: Icon
state: rock_asteroid
- type: Sprite
layers:
- state: rock_asteroid
- map: [ "enum.EdgeLayer.South" ]
state: rock_asteroid_south
- map: [ "enum.EdgeLayer.East" ]
state: rock_asteroid_east
- map: [ "enum.EdgeLayer.North" ]
state: rock_asteroid_north
- map: [ "enum.EdgeLayer.West" ]
state: rock_asteroid_west

View File

@ -96,6 +96,21 @@
},
{
"name": "rock_wall_north"
},
{
"name": "rock_asteroid"
},
{
"name": "rock_asteroid_east"
},
{
"name": "rock_asteroid_west"
},
{
"name": "rock_asteroid_south"
},
{
"name": "rock_asteroid_north"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B