Ice anomaly spawns ice underneath it (#21227)
* added TileAnomalySystem to AnomalyIce * added FloorIce for station * created ice crust entity to spawn under ice anomaly * update draw depth for ice crust * uh oh, added ice-sliding but at what cost * resolved mispredicts * updated sprite alpha, removed appearance component (not used) * fixed function not reflecting event name, left datafield attributes blank, added one comment about saving data (?) --------- Co-authored-by: Yurii Kis <yurii.kis@smartteksas.com>
This commit is contained in:
BIN
Resources/Textures/Objects/Misc/ice_crust.rsi/ice.png
Normal file
BIN
Resources/Textures/Objects/Misc/ice_crust.rsi/ice.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 293 B |
14
Resources/Textures/Objects/Misc/ice_crust.rsi/meta.json
Normal file
14
Resources/Textures/Objects/Misc/ice_crust.rsi/meta.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from space-station-14+Resources+Textures+Tiles+Planet+Snow",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "ice"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user