mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
25 lines
630 B
Plaintext
25 lines
630 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://df1dmjx4ny0gd"]
|
|
|
|
[ext_resource type="Script" path="res://thread.gd" id="1"]
|
|
|
|
[node name="Thread" type="Node2D"]
|
|
script = ExtResource("1")
|
|
|
|
[node name="Load" type="Button" parent="."]
|
|
offset_left = 432.0
|
|
offset_top = 82.0
|
|
offset_right = 560.0
|
|
offset_bottom = 114.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
text = "Load in Thread"
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(494, 336)
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
offset = Vector2(512, 300)
|
|
current = true
|
|
|
|
[connection signal="pressed" from="Load" to="." method="_on_load_pressed"]
|