[gd_scene load_steps=4 format=3 uid="uid://rypag81lp7se"] [ext_resource type="Script" path="res://new_script.gd" id="1_g48iy"] [ext_resource type="FontFile" uid="uid://6kevsfysjxx2" path="res://Assets_PixelAdventure/Fonts/NokiaCellphoneFC.ttf" id="2_boeu0"] [sub_resource type="LabelSettings" id="LabelSettings_sw3br"] font = ExtResource("2_boeu0") font_size = 30 [node name="Node2D" type="Node2D"] script = ExtResource("1_g48iy") [node name="Label" type="Label" parent="."] offset_left = 201.0 offset_top = 86.0 offset_right = 261.0 offset_bottom = 128.0 text = "0" label_settings = SubResource("LabelSettings_sw3br") [node name="Button" type="Button" parent="."] offset_left = 172.0 offset_top = 142.0 offset_right = 244.0 offset_bottom = 182.0 text = "Click" [connection signal="pressed" from="Button" to="." method="_on_button_pressed"]