ChocolateBird/main.tscn

11 lines
282 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=2]
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=1]
[ext_resource path="res://main.gd" type="Script" id=5]
[node name="main" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 5 )