mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
19 lines
748 B
Text
19 lines
748 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Menu/Buttons/LevelSelectIconButton.gd" type="Script" id=1]
|
|
[ext_resource path="res://Menu/Buttons/ButtonSFX.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="LevelSelectIconButton" type="TextureButton"]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ButtonSFX" parent="." instance=ExtResource( 2 )]
|
|
|
|
[connection signal="focus_entered" from="." to="ButtonSFX" method="on_hover"]
|
|
[connection signal="mouse_entered" from="." to="ButtonSFX" method="on_hover"]
|
|
[connection signal="pressed" from="." to="ButtonSFX" method="on_select"]
|
|
[connection signal="pressed" from="." to="." method="_on_LevelSelectIconButton_pressed"]
|