26 lines
665 B
Plaintext
26 lines
665 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://RadialGame.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://scripts/TouchInput.gd" type="Script" id=2]
|
|
[ext_resource path="res://OptionPanel.tscn" type="PackedScene" id=13]
|
|
|
|
[node name="main" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="RadialGame" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="OptionPanel" parent="." instance=ExtResource( 13 )]
|
|
|
|
[node name="TouchInput" type="Control" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
mouse_filter = 1
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|