18 lines
505 B
Plaintext
18 lines
505 B
Plaintext
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=1]
|
||
|
[ext_resource path="res://widgets/ColorMenu.tscn" type="PackedScene" id=4]
|
||
|
[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 )
|
||
|
|
||
|
[node name="ColorMenu" parent="." instance=ExtResource( 4 )]
|
||
|
margin_left = 384.0
|
||
|
margin_right = 469.0
|