FuncIt/source/scenes/OVERLAY/elements/button.tscn
2021-11-14 20:09:45 +02:00

19 lines
650 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/button_pressed.svg" type="Texture" id=1]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/button_hover.svg" type="Texture" id=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/button.svg" type="Texture" id=3]
[node name="TextureButton" type="TextureButton"]
margin_left = 2.99664
margin_right = 302.997
margin_bottom = 72.0
focus_mode = 0
enabled_focus_mode = 0
texture_normal = ExtResource( 3 )
texture_pressed = ExtResource( 1 )
texture_hover = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}