taqin/src/MainMobile.tscn

54 lines
1.3 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://src/Main.gd" type="Script" id=1]
[ext_resource path="res://src/Taquin.tscn" type="PackedScene" id=2]
[ext_resource path="res://assets/taqin_theme.tres" type="Theme" id=3]
[node name="Main" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 3 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Panel" type="Panel" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VSplitContainer" type="VSplitContainer" parent="Panel"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 20.0
margin_top = 20.0
margin_right = -20.0
margin_bottom = -20.0
split_offset = 200
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CenterContainer" type="CenterContainer" parent="Panel/VSplitContainer"]
margin_right = 984.0
margin_bottom = 540.0
[node name="Taquin" parent="Panel/VSplitContainer/CenterContainer" instance=ExtResource( 2 )]
margin_left = 222.0
margin_right = 762.0
margin_bottom = 540.0
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/VSplitContainer"]
margin_top = 552.0
margin_right = 984.0
margin_bottom = 632.0
[node name="Hints" type="Button" parent="Panel/VSplitContainer/VBoxContainer"]
margin_right = 984.0
margin_bottom = 80.0
rect_min_size = Vector2( 0, 80 )
text = "HINTS"