1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59:43 +01:00

Spikes also need to commit

This commit is contained in:
NyakoFox 2024-10-03 21:51:49 -03:00
parent b5520bb940
commit 4745ffc1f3

View file

@ -2649,6 +2649,12 @@ void editorclass::tool_place()
break; break;
} }
case EditorTool_SPIKES: case EditorTool_SPIKES:
if (!placing_tiles)
{
placing_tiles = true;
update_old_tiles();
}
set_tile_interpolated(old_tilex, tilex, old_tiley, tiley, 8); set_tile_interpolated(old_tilex, tilex, old_tiley, tiley, 8);
break; break;
case EditorTool_TRINKETS: case EditorTool_TRINKETS: