first commit
This commit is contained in:
commit
a673773183
21 changed files with 305 additions and 0 deletions
18
main.tscn
Normal file
18
main.tscn
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[gd_scene format=3 uid="uid://bgc35bo4ej4l1"]
|
||||
|
||||
[node name="main" type="Node2D"]
|
||||
|
||||
[node name="SubViewport" type="SubViewport" parent="."]
|
||||
size = Vector2i(1080, 1920)
|
||||
|
||||
[node name="SafeArea" type="Control" parent="SubViewport"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_right = 900.0
|
||||
offset_bottom = 1600.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue