Files
kicking-high/proto2/ui/act_talk.tscn
Segey Lapin 9a7c40bf7b Updated UI
2019-08-08 03:34:55 +03:00

39 lines
994 B
Plaintext

[gd_scene load_steps=8 format=2]
[ext_resource path="res://ui/icons.png" type="Texture" id=1]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.6, 0.6, 0.6, 0 )
border_color = Color( 0.8, 0.8, 0.8, 0 )
border_blend = true
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0.6, 0.6, 0.6, 0 )
[sub_resource type="StyleBoxEmpty" id=3]
[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0.6, 0.6, 0.6, 0 )
[sub_resource type="StyleBoxFlat" id=5]
bg_color = Color( 0.6, 0.6, 0.6, 0 )
[sub_resource type="AtlasTexture" id=6]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 15, 0, 48, 50 )
margin = Rect2( 0, 0, 0, 4 )
[node name="act_talk" type="Button"]
margin_right = 96.0
margin_bottom = 86.0
custom_styles/hover = SubResource( 1 )
custom_styles/pressed = SubResource( 2 )
custom_styles/focus = SubResource( 3 )
custom_styles/disabled = SubResource( 4 )
custom_styles/normal = SubResource( 5 )
icon = SubResource( 6 )
__meta__ = {
"_edit_use_anchors_": false
}