Amélioration de la page license.
This commit is contained in:
parent
1333ac0d3b
commit
e0ca5c8398
1 changed files with 10 additions and 4 deletions
|
@ -18,8 +18,9 @@ light_mode = 0
|
||||||
|
|
||||||
[sub_resource type="Gradient" id=2]
|
[sub_resource type="Gradient" id=2]
|
||||||
|
|
||||||
offsets = PoolRealArray( 0, 1 )
|
offsets = PoolRealArray( 0 )
|
||||||
colors = PoolColorArray( 1, 1, 1, 0.5, 0, 0, 0, 0.5 )
|
colors = PoolColorArray( 1, 1, 1, 0.8 )
|
||||||
|
_sections_unfolded = [ "Resource" ]
|
||||||
|
|
||||||
[sub_resource type="GradientTexture" id=3]
|
[sub_resource type="GradientTexture" id=3]
|
||||||
|
|
||||||
|
@ -69,12 +70,16 @@ expand = true
|
||||||
stretch_mode = 7
|
stretch_mode = 7
|
||||||
_sections_unfolded = [ "Visibility" ]
|
_sections_unfolded = [ "Visibility" ]
|
||||||
|
|
||||||
[node name="background2" type="TextureRect" parent="." index="2"]
|
[node name="text_background" type="TextureRect" parent="." index="2"]
|
||||||
|
|
||||||
anchor_left = 0.0
|
anchor_left = 0.0
|
||||||
anchor_top = 0.0
|
anchor_top = 0.0
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
|
margin_left = 248.0
|
||||||
|
margin_top = 128.0
|
||||||
|
margin_right = -120.0
|
||||||
|
margin_bottom = -120.0
|
||||||
rect_pivot_offset = Vector2( 0, 0 )
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
rect_clip_content = false
|
rect_clip_content = false
|
||||||
mouse_filter = 1
|
mouse_filter = 1
|
||||||
|
@ -84,7 +89,7 @@ size_flags_vertical = 1
|
||||||
texture = SubResource( 3 )
|
texture = SubResource( 3 )
|
||||||
expand = true
|
expand = true
|
||||||
stretch_mode = 7
|
stretch_mode = 7
|
||||||
_sections_unfolded = [ "Visibility" ]
|
_sections_unfolded = [ "Margin", "Visibility" ]
|
||||||
|
|
||||||
[node name="buttons_background" type="TextureRect" parent="." index="3"]
|
[node name="buttons_background" type="TextureRect" parent="." index="3"]
|
||||||
|
|
||||||
|
@ -270,6 +275,7 @@ _sections_unfolded = [ "Size Flags", "custom_constants" ]
|
||||||
|
|
||||||
[node name="v_box_container" type="VBoxContainer" parent="h_box_container/v_box_container/margin_container" index="0"]
|
[node name="v_box_container" type="VBoxContainer" parent="h_box_container/v_box_container/margin_container" index="0"]
|
||||||
|
|
||||||
|
editor/display_folded = true
|
||||||
anchor_left = 0.0
|
anchor_left = 0.0
|
||||||
anchor_top = 0.0
|
anchor_top = 0.0
|
||||||
anchor_right = 0.0
|
anchor_right = 0.0
|
||||||
|
|
Loading…
Reference in a new issue