Merge pull request #37974 from AutomaticFrenzy/patch/glowshroom-icon

Fix glowshrooms missing their icon in the editor
This commit is contained in:
Jordan Brown
2018-05-21 17:44:09 -04:00
committed by letterjay
parent 6489ef5511
commit 638c2eb81d
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
pixel_x = -32
icon_state = "[base_icon_state][rand(1,3)]"
else //if on the floor, glowshroom on-floor sprite
icon_state = "[base_icon_state]f"
icon_state = base_icon_state
addtimer(CALLBACK(src, .proc/Spread), delay)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB