root/ui/button_bg.tscn

1
2
3
4
5
6
7
8
9
10
[gd_scene load_steps=3 format=2]

[ext_resource path="res://ui/button_bg.png" type="Texture" id=1]
[ext_resource path="res://ui/button_bg_active.png" type="Texture" id=2]

[node name="TextureButton" type="TextureButton"]
margin_right = 46.0
margin_bottom = 47.0
texture_normal = ExtResource( 1 )
texture_pressed = ExtResource( 2 )