mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
18 lines
493 B
Text
18 lines
493 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Menu/Theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://Menu/Buttons/LevelSelectButton.gd" type="Script" id=2]
|
|
|
|
[node name="SceneSelectButton" type="Button"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
mouse_filter = 1
|
|
theme = ExtResource( 1 )
|
|
text = "> empty stage"
|
|
align = 0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[connection signal="pressed" from="." to="." method="_on_SceneSelectButton_pressed"]
|