managems/Main.tscn

127 lines
4.1 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://entities/gem_grid.tscn" type="PackedScene" id=1]
[ext_resource path="res://entities/mana_counter.tscn" type="PackedScene" id=2]
[ext_resource path="res://Main.gd" type="Script" id=3]
[node name="Main" type="Node"]
script = ExtResource( 3 )
[node name="GemGrid" parent="." instance=ExtResource( 1 )]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -256.0
margin_top = -256.0
margin_right = 256.0
margin_bottom = 256.0
[node name="Counters" type="Control" parent="."]
margin_right = 256.0
margin_bottom = 600.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ManaCounter" parent="Counters" instance=ExtResource( 2 )]
[node name="ManaCounter2" parent="Counters" instance=ExtResource( 2 )]
margin_top = 32.0
margin_bottom = 64.0
type = 1
[node name="ManaCounter3" parent="Counters" instance=ExtResource( 2 )]
margin_top = 64.0
margin_bottom = 96.0
type = 2
[node name="ManaCounter4" parent="Counters" instance=ExtResource( 2 )]
margin_top = 96.0
margin_bottom = 128.0
type = 3
[node name="ManaCounter5" parent="Counters" instance=ExtResource( 2 )]
margin_top = 128.0
margin_bottom = 160.0
type = 4
[node name="ManaCounter6" parent="Counters" instance=ExtResource( 2 )]
margin_top = 160.0
margin_bottom = 192.0
type = 5
[node name="ManaCounter7" parent="Counters" instance=ExtResource( 2 )]
margin_top = 192.0
margin_bottom = 224.0
type = 6
[node name="ManaCounter8" parent="Counters" instance=ExtResource( 2 )]
margin_top = 224.0
margin_bottom = 256.0
type = 7
[node name="ManaCounter9" parent="Counters" instance=ExtResource( 2 )]
margin_top = 256.0
margin_bottom = 288.0
effect = 1
[node name="ManaCounter10" parent="Counters" instance=ExtResource( 2 )]
margin_top = 288.0
margin_bottom = 320.0
type = 1
effect = 1
[node name="ManaCounter11" parent="Counters" instance=ExtResource( 2 )]
margin_top = 320.0
margin_bottom = 352.0
type = 2
effect = 1
[node name="ManaCounter12" parent="Counters" instance=ExtResource( 2 )]
margin_top = 352.0
margin_bottom = 384.0
type = 3
effect = 1
[node name="ManaCounter13" parent="Counters" instance=ExtResource( 2 )]
margin_top = 384.0
margin_bottom = 416.0
type = 4
effect = 1
[node name="ManaCounter14" parent="Counters" instance=ExtResource( 2 )]
margin_top = 416.0
margin_bottom = 448.0
type = 5
effect = 1
[node name="ManaCounter15" parent="Counters" instance=ExtResource( 2 )]
margin_top = 448.0
margin_bottom = 480.0
type = 6
effect = 1
[node name="ManaCounter16" parent="Counters" instance=ExtResource( 2 )]
margin_top = 480.0
margin_bottom = 512.0
type = 7
effect = 1
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter2" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter3" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter4" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter5" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter6" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter7" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter8" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter9" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter10" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter11" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter12" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter13" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter14" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter15" method="update_count"]
[connection signal="gem_matched" from="GemGrid" to="Counters/ManaCounter16" method="update_count"]