diff --git a/godot_ship/.import/dt5s4fdi.bmp-59801c2c12d6fa0cbe1cffc9c9cc703e.md5 b/godot_ship/.import/dt5s4fdi.bmp-59801c2c12d6fa0cbe1cffc9c9cc703e.md5 new file mode 100644 index 0000000..5f40cc2 --- /dev/null +++ b/godot_ship/.import/dt5s4fdi.bmp-59801c2c12d6fa0cbe1cffc9c9cc703e.md5 @@ -0,0 +1,3 @@ +source_md5="3ba3738aca7248b4818c80a35cc3e186" +dest_md5="cfb3db5eb987807ebeef42b611fc4ed3" + diff --git a/godot_ship/project.godot b/godot_ship/project.godot index 7d18d1d..12b663a 100644 --- a/godot_ship/project.godot +++ b/godot_ship/project.godot @@ -15,8 +15,8 @@ config/icon="res://icon.png" [display] -window/size/width=360 -window/size/height=640 +window/size/width=640 +window/size/height=360 window/per_pixel_transparency/allowed=true [physics] diff --git a/godot_ship/scenes/Gameplay.tscn b/godot_ship/scenes/Gameplay.tscn new file mode 100644 index 0000000..1535a70 --- /dev/null +++ b/godot_ship/scenes/Gameplay.tscn @@ -0,0 +1,9 @@ +[gd_scene format=2] + +[node name="Game" type="Control"] +anchor_right = 1.0 +anchor_bottom = 0.889 +margin_bottom = -0.0400085 +__meta__ = { +"_edit_use_anchors_": false +} diff --git a/godot_ship/Main.tscn b/godot_ship/scenes/Main.tscn similarity index 100% rename from godot_ship/Main.tscn rename to godot_ship/scenes/Main.tscn