ChocolateBird/test_scene.tscn

11 lines
294 B
Plaintext
Raw Permalink Normal View History

[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]
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=6]
2023-07-25 14:21:10 +09:30
[node name="test_scene" type="Control"]
2023-07-25 14:21:10 +09:30
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 6 )
2023-07-31 15:18:02 +09:30
script = ExtResource( 3 )