mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 05:25:57 +00:00
Fix screen resolution, organize scenes, separate scenes.
This commit is contained in:
parent
74f4bf5797
commit
faa0792b0e
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="3ba3738aca7248b4818c80a35cc3e186"
|
||||||
|
dest_md5="cfb3db5eb987807ebeef42b611fc4ed3"
|
||||||
|
|
@ -15,8 +15,8 @@ config/icon="res://icon.png"
|
|||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
window/size/width=360
|
window/size/width=640
|
||||||
window/size/height=640
|
window/size/height=360
|
||||||
window/per_pixel_transparency/allowed=true
|
window/per_pixel_transparency/allowed=true
|
||||||
|
|
||||||
[physics]
|
[physics]
|
||||||
|
9
godot_ship/scenes/Gameplay.tscn
Normal file
9
godot_ship/scenes/Gameplay.tscn
Normal file
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user