pegchamp/Menu/Buttons/RestartButton.tscn

20 lines
701 B
Plaintext
Raw Normal View History

2021-09-08 08:27:14 +00:00
[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"]