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