2023-12-06 16:32:40 +10:30
|
|
|
[gd_scene load_steps=3 format=2]
|
2023-07-25 14:21:10 +09:30
|
|
|
|
2023-07-31 15:18:02 +09:30
|
|
|
[ext_resource path="res://test_scene.gd" type="Script" id=3]
|
2023-08-02 22:11:35 +09:30
|
|
|
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=6]
|
2023-07-25 14:21:10 +09:30
|
|
|
|
2023-12-06 16:32:40 +10:30
|
|
|
[node name="test_scene" type="Control"]
|
2023-07-25 14:21:10 +09:30
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2023-08-02 22:11:35 +09:30
|
|
|
theme = ExtResource( 6 )
|
2023-07-31 15:18:02 +09:30
|
|
|
script = ExtResource( 3 )
|