Reordering scene, and setup basic scene instance on main view

This commit is contained in:
stilobique-surface
2021-05-14 22:27:40 +02:00
parent accc6ec957
commit 2ce155385c
17 changed files with 238 additions and 368 deletions
+18
View File
@@ -0,0 +1,18 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://assets/ui/themes/game-title.png" type="Texture" id=1]
[node name="Control" type="CenterContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
rect_pivot_offset = Vector2( -656.735, -331.043 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="."]
margin_left = 385.0
margin_top = 372.0
margin_right = 1054.0
margin_bottom = 528.0
texture = ExtResource( 1 )