mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
improved menu
This commit is contained in:
parent
2637008a33
commit
81bc9fa37f
59 changed files with 783 additions and 78 deletions
19
Menu/Buttons/PlayButton.tscn
Normal file
19
Menu/Buttons/PlayButton.tscn
Normal file
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://Menu/Icons/Play/Play3.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Menu/Icons/Play/Play2.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Menu/Icons/Play/Play1.png" type="Texture" id=3]
|
||||
[ext_resource path="res://Menu/Buttons/PlayButton.gd" type="Script" id=4]
|
||||
|
||||
[node name="PlayButton" type="TextureButton"]
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.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_PlayButton_pressed"]
|
Loading…
Add table
Add a link
Reference in a new issue