menu button spacing

This commit is contained in:
Leon Palluch 2020-02-02 15:17:36 +01:00
parent 4850815a3b
commit 72835fd4ac
2 changed files with 48 additions and 2 deletions

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/huhntextur.png-a31af8e4947b19bec12f70e34f5f09d2.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://3D Input/huhntextur.png"
dest_files=[ "res://.import/huhntextur.png-a31af8e4947b19bec12f70e34f5f09d2.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View File

@ -67,16 +67,28 @@ custom_styles/normal = ExtResource( 8 )
custom_fonts/font = ExtResource( 5 )
text = "Start Game"
[node name="Delete" type="Button" parent="GUI/HBoxC/VBoxC"]
[node name="Spacing" type="Control" parent="GUI/HBoxC/VBoxC"]
margin_top = 84.0
margin_right = 301.0
margin_bottom = 122.0
margin_bottom = 104.0
rect_min_size = Vector2( 0, 20 )
[node name="Delete" type="Button" parent="GUI/HBoxC/VBoxC"]
margin_top = 108.0
margin_right = 301.0
margin_bottom = 146.0
custom_styles/hover = ExtResource( 6 )
custom_styles/pressed = ExtResource( 7 )
custom_styles/normal = ExtResource( 8 )
custom_fonts/font = ExtResource( 5 )
text = "Delete"
[node name="Spacing2" type="Control" parent="GUI/HBoxC/VBoxC"]
margin_top = 150.0
margin_right = 301.0
margin_bottom = 170.0
rect_min_size = Vector2( 0, 20 )
[node name="ViewportContainer" type="ViewportContainer" parent="GUI/HBoxC"]
margin_left = 305.0
margin_right = 1024.0