Finish Ui main interface
This commit is contained in:
committed by
Vaillant Jeremy
parent
2d1081a3f8
commit
fa4ec8baea
+121
-51
@@ -1,9 +1,11 @@
|
||||
[gd_scene load_steps=22 format=2]
|
||||
[gd_scene load_steps=24 format=2]
|
||||
|
||||
[ext_resource path="res://assets/ui/summary/UI_header_summary.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://assets/ui/summary/UI_footer_summary.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/bck-vert-grd.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/ui/themes/button-summary.jpg" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/bck-vert-grd.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/ui/icones/treasure.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/ui/themes/wood-tile.jpg" type="Texture" id=4]
|
||||
[ext_resource path="res://assets/ui/themes/button-summary-hover.jpg" type="Texture" id=5]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty.tres" type="DynamicFont" id=7]
|
||||
|
||||
[sub_resource type="VisualShaderNodeVectorOp" id=12]
|
||||
operator = 3
|
||||
@@ -181,61 +183,131 @@ size_flags_vertical = 3
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="PanelWood"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
custom_constants/separation = 0
|
||||
rect_clip_content = true
|
||||
size_flags_horizontal = 8
|
||||
size_flags_vertical = 11
|
||||
custom_constants/separation = 30
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="MarginTop" type="MarginContainer" parent="PanelWood/VBoxContainer"]
|
||||
[node name="CenterContainer" type="CenterContainer" parent="PanelWood/VBoxContainer"]
|
||||
margin_right = 350.0
|
||||
margin_bottom = 60.0
|
||||
size_flags_horizontal = 3
|
||||
custom_constants/margin_top = 60
|
||||
|
||||
[node name="SummaryHeader" parent="PanelWood/VBoxContainer" instance=ExtResource( 1 )]
|
||||
anchor_right = 0.0
|
||||
margin_top = 60.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 248.0
|
||||
|
||||
[node name="CenterContainer" parent="PanelWood/VBoxContainer/SummaryHeader" index="0"]
|
||||
margin_right = 350.0
|
||||
|
||||
[node name="TextureRect" parent="PanelWood/VBoxContainer/SummaryHeader/CenterContainer" index="0"]
|
||||
margin_left = 111.0
|
||||
margin_right = 239.0
|
||||
|
||||
[node name="ButtonPuzzle" parent="PanelWood/VBoxContainer/SummaryHeader" index="1"]
|
||||
margin_right = 350.0
|
||||
|
||||
[node name="ButtonSetting" parent="PanelWood/VBoxContainer/SummaryHeader" index="2"]
|
||||
margin_right = 350.0
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 248.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 802.0
|
||||
margin_bottom = 237.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="SummaryFooter" parent="PanelWood/VBoxContainer" instance=ExtResource( 2 )]
|
||||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_top = 802.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 840.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 9
|
||||
alignment = 2
|
||||
[node name="TextureRect" type="TextureRect" parent="PanelWood/VBoxContainer/CenterContainer"]
|
||||
margin_left = 111.0
|
||||
margin_top = 54.0
|
||||
margin_right = 239.0
|
||||
margin_bottom = 182.0
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
texture = ExtResource( 3 )
|
||||
stretch_mode = 3
|
||||
flip_h = true
|
||||
|
||||
[node name="MarginFooter" type="MarginContainer" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 840.0
|
||||
[node name="ButtonPuzzle" type="TextureButton" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 267.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 344.0
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
texture_normal = ExtResource( 1 )
|
||||
texture_hover = ExtResource( 5 )
|
||||
__meta__ = {
|
||||
"_editor_description_": ""
|
||||
}
|
||||
|
||||
[node name="Label" type="Label" parent="PanelWood/VBoxContainer/ButtonPuzzle"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
size_flags_horizontal = 7
|
||||
size_flags_vertical = 3
|
||||
custom_fonts/font = ExtResource( 7 )
|
||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
text = "Puzzles"
|
||||
align = 1
|
||||
valign = 1
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false,
|
||||
"_editor_description_": ""
|
||||
}
|
||||
|
||||
[node name="ButtonSetting" type="TextureButton" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 374.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 451.0
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
texture_normal = ExtResource( 1 )
|
||||
texture_hover = ExtResource( 5 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Label" type="Label" parent="PanelWood/VBoxContainer/ButtonSetting"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
size_flags_horizontal = 7
|
||||
size_flags_vertical = 3
|
||||
custom_fonts/font = ExtResource( 7 )
|
||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
text = "Paramétres"
|
||||
align = 1
|
||||
valign = 1
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false,
|
||||
"_editor_description_": ""
|
||||
}
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 481.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 719.0
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="ButtonQuit" type="TextureButton" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 749.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 826.0
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
texture_normal = ExtResource( 1 )
|
||||
texture_hover = ExtResource( 5 )
|
||||
__meta__ = {
|
||||
"_editor_description_": ""
|
||||
}
|
||||
|
||||
[node name="Label" type="Label" parent="PanelWood/VBoxContainer/ButtonQuit"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
size_flags_horizontal = 7
|
||||
size_flags_vertical = 3
|
||||
custom_fonts/font = ExtResource( 7 )
|
||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
text = "Quitter"
|
||||
align = 1
|
||||
valign = 1
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false,
|
||||
"_editor_description_": ""
|
||||
}
|
||||
|
||||
[node name="LabelVersion" type="Label" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 856.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 870.0
|
||||
size_flags_vertical = 0
|
||||
text = "v XX.XX"
|
||||
align = 2
|
||||
|
||||
[node name="MarginContainerBottom" type="MarginContainer" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 900.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 900.0
|
||||
custom_constants/margin_top = 60
|
||||
size_flags_stretch_ratio = 0.2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
margin_left = 350.0
|
||||
@@ -244,10 +316,8 @@ margin_bottom = 900.0
|
||||
rect_clip_content = true
|
||||
size_flags_horizontal = 11
|
||||
size_flags_vertical = 3
|
||||
texture = ExtResource( 3 )
|
||||
texture = ExtResource( 2 )
|
||||
stretch_mode = 2
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[editable path="PanelWood/VBoxContainer/SummaryHeader"]
|
||||
|
||||
Reference in New Issue
Block a user