12 lines
408 B
Text
12 lines
408 B
Text
[gd_scene load_steps=2 format=3 uid="uid://d0iltvfnuao1q"]
|
|
|
|
[ext_resource type="Script" uid="uid://cj0cg8u5mclxe" path="res://numpad_button.gd" id="1_orrea"]
|
|
|
|
[node name="TextureButton" type="TextureButton"]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_orrea")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
[connection signal="button_down" from="." to="." method="_on_button_down"]
|