18 lines
650 B
Text
18 lines
650 B
Text
[gd_scene load_steps=3 format=3 uid="uid://bohp0o2smdkwe"]
|
|
|
|
[ext_resource type="Script" uid="uid://c2mrlu8d75ry4" path="res://gavel.gd" id="1_ep8l3"]
|
|
[ext_resource type="Script" uid="uid://l7wiwo13pb0f" path="res://numpad.gd" id="2_t5y75"]
|
|
|
|
[node name="Desk" type="Node2D"]
|
|
|
|
[node name="Gavel" type="Node2D" parent="."]
|
|
script = ExtResource("1_ep8l3")
|
|
|
|
[node name="TextureButton" type="TextureButton" parent="Gavel"]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="Numpad" type="Node2D" parent="."]
|
|
script = ExtResource("2_t5y75")
|
|
|
|
[connection signal="button_down" from="Gavel/TextureButton" to="Gavel" method="_on_texture_button_button_down"]
|