make ui_accept press the button
This commit is contained in:
parent
1398f3d92c
commit
71bf91fd2f
@ -1,4 +1,4 @@
|
|||||||
[gd_scene load_steps=12 format=2]
|
[gd_scene load_steps=14 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://assets/fonts/data/PixelOperator.tres" type="DynamicFontData" id=1]
|
[ext_resource path="res://assets/fonts/data/PixelOperator.tres" type="DynamicFontData" id=1]
|
||||||
[ext_resource path="res://assets/fonts/data/PixelOperator-Bold.tres" type="DynamicFontData" id=2]
|
[ext_resource path="res://assets/fonts/data/PixelOperator-Bold.tres" type="DynamicFontData" id=2]
|
||||||
@ -42,6 +42,13 @@ corner_radius_top_right = 5
|
|||||||
corner_radius_bottom_right = 5
|
corner_radius_bottom_right = 5
|
||||||
corner_radius_bottom_left = 5
|
corner_radius_bottom_left = 5
|
||||||
|
|
||||||
|
[sub_resource type="InputEventAction" id=17]
|
||||||
|
action = "ui_accept"
|
||||||
|
pressed = true
|
||||||
|
|
||||||
|
[sub_resource type="ShortCut" id=18]
|
||||||
|
shortcut = SubResource( 17 )
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id=15]
|
[sub_resource type="StyleBoxFlat" id=15]
|
||||||
bg_color = Color( 0.239216, 0.239216, 0.239216, 1 )
|
bg_color = Color( 0.239216, 0.239216, 0.239216, 1 )
|
||||||
corner_radius_top_left = 5
|
corner_radius_top_left = 5
|
||||||
@ -160,7 +167,9 @@ margin_bottom = 61.0
|
|||||||
focus_mode = 0
|
focus_mode = 0
|
||||||
custom_fonts/font = SubResource( 11 )
|
custom_fonts/font = SubResource( 11 )
|
||||||
custom_styles/normal = SubResource( 12 )
|
custom_styles/normal = SubResource( 12 )
|
||||||
|
shortcut_in_tooltip = false
|
||||||
enabled_focus_mode = 0
|
enabled_focus_mode = 0
|
||||||
|
shortcut = SubResource( 18 )
|
||||||
text = "Ingresar"
|
text = "Ingresar"
|
||||||
script = ExtResource( 5 )
|
script = ExtResource( 5 )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user