15 lines
423 B
Plaintext
15 lines
423 B
Plaintext
[gd_scene load_steps=3 format=3]
|
|
|
|
[ext_resource type="Script" path="res://scripts/bootstrap.gd" id="1_bootstrap"]
|
|
[ext_resource type="PackedScene" path="res://scenes/ui/game_scene.tscn" id="3_game"]
|
|
|
|
[node name="Bootstrap" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_bootstrap")
|
|
main_scene = ExtResource("3_game")
|