mirror of
https://github.com/Cookie-CHR/OfficeMadness-LD51.git
synced 2024-11-23 23:24:18 +00:00
14 lines
382 B
Text
14 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"]
|