asteroid, why not
This commit is contained in:
parent
8176768a44
commit
6d0513e297
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 |
Loading…
Reference in New Issue