diff options
Diffstat (limited to 'scripts/gui_bottom_bar.gd')
-rw-r--r-- | scripts/gui_bottom_bar.gd | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/gui_bottom_bar.gd b/scripts/gui_bottom_bar.gd index af987a4..f8012d3 100644 --- a/scripts/gui_bottom_bar.gd +++ b/scripts/gui_bottom_bar.gd @@ -42,10 +42,6 @@ func _on_voxel_button_up(): gui.control.do(Globals.PlayerActions.CHANGE_TYPE, { "statetype": Globals.StateType.VOXEL }) -func _on_palette_button_up(): - gui.control.do(Globals.PlayerActions.CHANGE_TYPE, - { "statetype": Globals.StateType.VOXEL_PALETTE }) - func _on_save_button_up(): gui.control.gui_save_map_event() |