feature/update-main-ui (#66)
Co-authored-by: stilobique-i7 <aurelienvlt@free.fr> Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com> Reviewed-on: Athena/game-source#66 Co-authored-by: darknight <vaillant.jeremy@dev-crea.com> Co-committed-by: darknight <vaillant.jeremy@dev-crea.com>
This commit is contained in:
@@ -5,19 +5,21 @@
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList.png" type="Texture" id=4]
|
||||
[ext_resource path="res://assets/ui/themes/leather.theme" type="Theme" id=5]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty.tres" type="DynamicFont" id=6]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="DynamicFont" id=6]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-hover.png" type="Texture" id=7]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-first-hover.png" type="Texture" id=8]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last-hover.png" type="Texture" id=9]
|
||||
|
||||
[node name="Control" type="MarginContainer"]
|
||||
anchor_left = 1.0
|
||||
anchor_top = 0.5
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -196.0
|
||||
margin_top = -450.0
|
||||
margin_bottom = 450.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 2
|
||||
rect_min_size = Vector2( 196, 900 )
|
||||
size_flags_vertical = 3
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
@@ -35,6 +37,7 @@ custom_constants/separation = -10
|
||||
visible = false
|
||||
margin_right = 196.0
|
||||
margin_bottom = 81.0
|
||||
focus_mode = 0
|
||||
texture_normal = ExtResource( 2 )
|
||||
texture_hover = ExtResource( 8 )
|
||||
texture_focused = ExtResource( 8 )
|
||||
@@ -54,6 +57,7 @@ __meta__ = {
|
||||
visible = false
|
||||
margin_right = 196.0
|
||||
margin_bottom = 81.0
|
||||
focus_mode = 0
|
||||
texture_normal = ExtResource( 4 )
|
||||
texture_hover = ExtResource( 7 )
|
||||
texture_focused = ExtResource( 7 )
|
||||
@@ -73,6 +77,7 @@ __meta__ = {
|
||||
visible = false
|
||||
margin_right = 196.0
|
||||
margin_bottom = 81.0
|
||||
focus_mode = 0
|
||||
texture_normal = ExtResource( 3 )
|
||||
texture_hover = ExtResource( 9 )
|
||||
texture_focused = ExtResource( 9 )
|
||||
|
||||
Reference in New Issue
Block a user