1
Fork 0
mirror of https://github.com/Cookie-CHR/OfficeMadness-LD51.git synced 2024-11-23 23:24:18 +00:00
office-madness/Sprites/M_spawner.tscn

14 lines
382 B
Text
Raw Permalink Normal View History

2022-10-02 22:44:58 +00:00
[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"]