move start GUI
This commit is contained in:
parent
c4ce4af524
commit
33f7994997
@ -66,7 +66,7 @@ uv2_triplanar_sharpness = 1.0
|
|||||||
proximity_fade_enable = true
|
proximity_fade_enable = true
|
||||||
proximity_fade_distance = 1.0
|
proximity_fade_distance = 1.0
|
||||||
distance_fade_enable = false
|
distance_fade_enable = false
|
||||||
_sections_unfolded = [ "Albedo", "Emission", "Flags", "Metallic", "NormalMap", "Proximity Fade" ]
|
_sections_unfolded = [ "Albedo", "Anisotropy", "Clearcoat", "Detail", "Distance Fade", "Emission", "Flags", "Metallic", "NormalMap", "Parameters", "Proximity Fade", "Rim", "Roughness" ]
|
||||||
|
|
||||||
[sub_resource type="CubeMesh" id=2]
|
[sub_resource type="CubeMesh" id=2]
|
||||||
|
|
||||||
@ -146,7 +146,7 @@ extra_spacing_bottom = 5
|
|||||||
font_data = ExtResource( 13 )
|
font_data = ExtResource( 13 )
|
||||||
_sections_unfolded = [ "Extra Spacing", "Font", "Settings" ]
|
_sections_unfolded = [ "Extra Spacing", "Font", "Settings" ]
|
||||||
|
|
||||||
[node name="Main" type="WorldEnvironment" index="0"]
|
[node name="Main" type="WorldEnvironment"]
|
||||||
|
|
||||||
environment = ExtResource( 1 )
|
environment = ExtResource( 1 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
@ -231,7 +231,6 @@ _sections_unfolded = [ "Light", "Transform" ]
|
|||||||
[node name="Matrix" type="MeshInstance" parent="." index="3"]
|
[node name="Matrix" type="MeshInstance" parent="." index="3"]
|
||||||
|
|
||||||
transform = Transform( 10, 0, 0, 0, 20, 0, 0, 0, 1, 4.5, 9.5, 0 )
|
transform = Transform( 10, 0, 0, 0, 20, 0, 0, 0, 1, 4.5, 9.5, 0 )
|
||||||
visible = false
|
|
||||||
layers = 1
|
layers = 1
|
||||||
material_override = null
|
material_override = null
|
||||||
cast_shadow = 1
|
cast_shadow = 1
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
[ext_resource path="res://fonts/Gamer.ttf" type="DynamicFontData" id=4]
|
[ext_resource path="res://fonts/Gamer.ttf" type="DynamicFontData" id=4]
|
||||||
[ext_resource path="res://fonts/ButtonFont.tres" type="DynamicFont" id=5]
|
[ext_resource path="res://fonts/ButtonFont.tres" type="DynamicFont" id=5]
|
||||||
|
|
||||||
[sub_resource type="DynamicFont" id=4]
|
[sub_resource type="DynamicFont" id=1]
|
||||||
|
|
||||||
size = 50
|
size = 50
|
||||||
use_mipmaps = false
|
use_mipmaps = false
|
||||||
@ -86,7 +86,7 @@ mouse_filter = 2
|
|||||||
mouse_default_cursor_shape = 0
|
mouse_default_cursor_shape = 0
|
||||||
size_flags_horizontal = 1
|
size_flags_horizontal = 1
|
||||||
size_flags_vertical = 4
|
size_flags_vertical = 4
|
||||||
custom_fonts/font = SubResource( 4 )
|
custom_fonts/font = SubResource( 1 )
|
||||||
custom_colors/font_color = Color( 0.443137, 0.709804, 0.819608, 0.533333 )
|
custom_colors/font_color = Color( 0.443137, 0.709804, 0.819608, 0.533333 )
|
||||||
custom_colors/font_color_shadow = Color( 1, 1, 1, 0.101333 )
|
custom_colors/font_color_shadow = Color( 1, 1, 1, 0.101333 )
|
||||||
text = "3000"
|
text = "3000"
|
||||||
@ -103,9 +103,9 @@ anchor_top = 0.5
|
|||||||
anchor_right = 0.5
|
anchor_right = 0.5
|
||||||
anchor_bottom = 0.5
|
anchor_bottom = 0.5
|
||||||
margin_left = -83.0
|
margin_left = -83.0
|
||||||
margin_top = -20.0
|
margin_top = 40.0
|
||||||
margin_right = 113.0
|
margin_right = 113.0
|
||||||
margin_bottom = 17.0
|
margin_bottom = 77.0
|
||||||
rect_pivot_offset = Vector2( 0, 0 )
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
rect_clip_content = false
|
rect_clip_content = false
|
||||||
mouse_filter = 0
|
mouse_filter = 0
|
||||||
@ -132,9 +132,9 @@ anchor_top = 0.5
|
|||||||
anchor_right = 0.5
|
anchor_right = 0.5
|
||||||
anchor_bottom = 0.5
|
anchor_bottom = 0.5
|
||||||
margin_left = -85.0
|
margin_left = -85.0
|
||||||
margin_top = 29.0
|
margin_top = 89.0
|
||||||
margin_right = 85.0
|
margin_right = 85.0
|
||||||
margin_bottom = 69.0
|
margin_bottom = 129.0
|
||||||
rect_pivot_offset = Vector2( 0, 0 )
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
rect_clip_content = false
|
rect_clip_content = false
|
||||||
focus_mode = 2
|
focus_mode = 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user