From 73461743d4d6f8d6f035faa69b0c0c3e67dd5c83 Mon Sep 17 00:00:00 2001 From: John Breaux Date: Mon, 8 Nov 2021 04:25:44 -0600 Subject: [PATCH] ''I've got a feeling we're not in Kansas any more.'' Remove C++ unused header files --- godot_ship/scenes/Main.tscn | 1 + godot_ship/script/debug/debugmenu.hpp | 0 godot_ship/script/game/board.hpp | 0 godot_ship/script/game/game.hpp | 0 godot_ship/script/game/player.hpp | 0 godot_ship/script/game/ship.hpp | 0 godot_ship/script/options/options.hpp | 0 7 files changed, 1 insertion(+) delete mode 100644 godot_ship/script/debug/debugmenu.hpp delete mode 100644 godot_ship/script/game/board.hpp delete mode 100644 godot_ship/script/game/game.hpp delete mode 100644 godot_ship/script/game/player.hpp delete mode 100644 godot_ship/script/game/ship.hpp delete mode 100644 godot_ship/script/options/options.hpp diff --git a/godot_ship/scenes/Main.tscn b/godot_ship/scenes/Main.tscn index d80aaf4..a32d817 100644 --- a/godot_ship/scenes/Main.tscn +++ b/godot_ship/scenes/Main.tscn @@ -5,6 +5,7 @@ [node name="Main" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 +mouse_filter = 1 script = ExtResource( 5 ) __meta__ = { "_edit_use_anchors_": false diff --git a/godot_ship/script/debug/debugmenu.hpp b/godot_ship/script/debug/debugmenu.hpp deleted file mode 100644 index e69de29..0000000 diff --git a/godot_ship/script/game/board.hpp b/godot_ship/script/game/board.hpp deleted file mode 100644 index e69de29..0000000 diff --git a/godot_ship/script/game/game.hpp b/godot_ship/script/game/game.hpp deleted file mode 100644 index e69de29..0000000 diff --git a/godot_ship/script/game/player.hpp b/godot_ship/script/game/player.hpp deleted file mode 100644 index e69de29..0000000 diff --git a/godot_ship/script/game/ship.hpp b/godot_ship/script/game/ship.hpp deleted file mode 100644 index e69de29..0000000 diff --git a/godot_ship/script/options/options.hpp b/godot_ship/script/options/options.hpp deleted file mode 100644 index e69de29..0000000