mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
19 lines
701 B
Text
19 lines
701 B
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://Menu/Icons/Replay/replayIcon3.png" type="Texture" id=1]
|
|
[ext_resource path="res://Menu/Icons/Replay/replayIcon2.png" type="Texture" id=2]
|
|
[ext_resource path="res://Menu/Icons/Replay/replayIcon1.png" type="Texture" id=3]
|
|
[ext_resource path="res://Menu/Buttons/RestartButton.gd" type="Script" id=4]
|
|
|
|
[node name="RestartButton" type="TextureButton"]
|
|
margin_right = 32.0
|
|
margin_bottom = 34.0
|
|
texture_normal = ExtResource( 3 )
|
|
texture_pressed = ExtResource( 1 )
|
|
texture_hover = ExtResource( 2 )
|
|
script = ExtResource( 4 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[connection signal="pressed" from="." to="." method="_on_RestartButton_pressed"]
|