RhythmGame/main.tscn

34 lines
823 B
Plaintext
Raw Normal View History

[gd_scene load_steps=4 format=2]
2019-11-10 15:09:14 +10:30
[ext_resource path="res://RadialGame.tscn" type="PackedScene" id=1]
[ext_resource path="res://scripts/TouchInput.gd" type="Script" id=2]
2021-01-24 01:15:52 +10:30
[ext_resource path="res://OptionPanel.tscn" type="PackedScene" id=13]
[node name="main" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
2019-11-10 15:09:14 +10:30
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RadialGame" parent="." instance=ExtResource( 1 )]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -540.0
margin_top = -540.0
margin_right = 540.0
margin_bottom = 540.0
2021-01-05 00:03:36 +10:30
[node name="OptionPanel" parent="." instance=ExtResource( 13 )]
2019-11-10 15:09:14 +10:30
[node name="TouchInput" type="Control" parent="."]
margin_right = 40.0
margin_bottom = 40.0
mouse_filter = 1
script = ExtResource( 2 )
2020-03-12 23:05:12 +10:30
__meta__ = {
"_edit_use_anchors_": false
}