22 lines
695 B
Plaintext
22 lines
695 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cefeqjem0f3wo"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/World.cs" id="1_4gg20"]
|
|
[ext_resource type="PackedScene" uid="uid://bkvgqv8jki0us" path="res://Character.tscn" id="2_5yetv"]
|
|
[ext_resource type="Script" path="res://Scripts/Button.cs" id="3_yax6u"]
|
|
|
|
[node name="World" type="Node2D"]
|
|
script = ExtResource("1_4gg20")
|
|
|
|
[node name="Barrels" parent="." instance=ExtResource("2_5yetv")]
|
|
position = Vector2(300, 287)
|
|
|
|
[node name="Node" type="Node" parent="."]
|
|
|
|
[node name="Button" type="Button" parent="Node"]
|
|
offset_left = 1008.0
|
|
offset_top = 64.0
|
|
offset_right = 1092.0
|
|
offset_bottom = 95.0
|
|
text = "Click here"
|
|
script = ExtResource("3_yax6u")
|