|
@@ -2,10 +2,10 @@
|
|
|
|
|
|
[ext_resource path="res://thread.gd" type="Script" id=1]
|
|
[ext_resource path="res://thread.gd" type="Script" id=1]
|
|
|
|
|
|
-[node name="node" type="Node2D"]
|
|
|
|
|
|
+[node name="Thread" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
-[node name="load" type="Button" parent="."]
|
|
|
|
|
|
+[node name="Load" type="Button" parent="."]
|
|
margin_left = 432.0
|
|
margin_left = 432.0
|
|
margin_top = 82.0
|
|
margin_top = 82.0
|
|
margin_right = 560.0
|
|
margin_right = 560.0
|
|
@@ -17,10 +17,10 @@ __meta__ = {
|
|
"_edit_use_anchors_": false
|
|
"_edit_use_anchors_": false
|
|
}
|
|
}
|
|
|
|
|
|
-[node name="sprite" type="Sprite" parent="."]
|
|
|
|
|
|
+[node name="Sprite" type="Sprite" parent="."]
|
|
position = Vector2( 494, 336 )
|
|
position = Vector2( 494, 336 )
|
|
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
offset = Vector2( 512, 300 )
|
|
offset = Vector2( 512, 300 )
|
|
current = true
|
|
current = true
|
|
-[connection signal="pressed" from="load" to="." method="_on_load_pressed"]
|
|
|
|
|
|
+[connection signal="pressed" from="Load" to="." method="_on_load_pressed"]
|