mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
22 lines
846 B
Plaintext
22 lines
846 B
Plaintext
[gd_scene load_steps=5 format=2]
|
||
|
||
[ext_resource path="res://source/assets/sprites/GUI/in_game/menu_button_pressed.svg" type="Texture" id=1]
|
||
[ext_resource path="res://source/assets/sprites/GUI/in_game/trinity_site_input_button_3 – 1.svg" type="Texture" id=2]
|
||
[ext_resource path="res://source/assets/sprites/GUI/in_game/menu_button_hover.svg" type="Texture" id=3]
|
||
[ext_resource path="res://source/assets/scripts/ui_element_handlers/menu_button.gd" type="Script" id=4]
|
||
|
||
[node name="menu_button" type="TextureButton"]
|
||
margin_right = 45.0
|
||
margin_bottom = 45.0
|
||
focus_mode = 0
|
||
enabled_focus_mode = 0
|
||
texture_normal = ExtResource( 2 )
|
||
texture_pressed = ExtResource( 3 )
|
||
texture_hover = ExtResource( 1 )
|
||
script = ExtResource( 4 )
|
||
__meta__ = {
|
||
"_edit_use_anchors_": false
|
||
}
|
||
|
||
[connection signal="pressed" from="." to="." method="_on_menu_button_pressed"]
|