mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-11 01:34:49 -04:00
33 lines
920 B
Text
33 lines
920 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://src/UI/PatternButton.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
bg_color = Color( 1, 1, 1, 1 )
|
|
border_color = Color( 1, 1, 1, 1 )
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
anti_aliasing = false
|
|
|
|
[node name="PatternButton" type="Button"]
|
|
margin_right = 32.0
|
|
margin_bottom = 32.0
|
|
rect_min_size = Vector2( 32, 32 )
|
|
custom_styles/hover = SubResource( 1 )
|
|
custom_styles/pressed = SubResource( 1 )
|
|
custom_styles/normal = SubResource( 1 )
|
|
button_mask = 7
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="PatternTexture" type="TextureRect" parent="."]
|
|
margin_right = 32.0
|
|
margin_bottom = 32.0
|
|
rect_min_size = Vector2( 32, 32 )
|
|
expand = true
|
|
stretch_mode = 6
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
[connection signal="pressed" from="." to="." method="_on_PatternButton_pressed"]
|