From eea642395bb0ef706c7241d4a749f3e0ac4cc460 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Tue, 8 Feb 2022 11:24:51 +0100 Subject: revised wave generation --- scripts/gui_bottom_bar.gd | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/gui_bottom_bar.gd') 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() -- cgit v1.2.3-54-g00ecf