ChocolateBird/main.tscn

13 lines
327 B
Plaintext

[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
margin_right = -640.0
margin_bottom = -360.0
theme = ExtResource( 1 )
script = ExtResource( 5 )