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:
parent
b5520bb940
commit
4745ffc1f3
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue