1
Fork 0
mirror of https://github.com/Cookie-CHR/OfficeMadness-LD51.git synced 2024-11-21 22:34:19 +00:00
office-madness/Sprites/M_spawner.tscn
2022-10-03 00:44:58 +02:00

13 lines
382 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Sprites/Caller_idle.png" type="Texture" id=1]
[ext_resource path="res://Scripts/M_spawner.gd" type="Script" id=2]
[node name="Button" type="Button"]
margin_right = 162.0
margin_bottom = 100.0
icon = ExtResource( 1 )
flat = true
script = ExtResource( 2 )
[connection signal="pressed" from="." to="." method="on_pressed"]