11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://test_scene.gd" type="Script" id=3]
|
|
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=6]
|
|
|
|
[node name="test_scene" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
theme = ExtResource( 6 )
|
|
script = ExtResource( 3 )
|