Updated Main Menu

This commit is contained in:
Paul Black 2022-03-18 19:09:08 -06:00
parent b8573dd59e
commit 6cc533521b
9 changed files with 184 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Blender.png-ef981f3e8312456a3be976fd10bcd4d8.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://2D Art/Software Splashes/Blender.png"
dest_files=[ "res://.import/Blender.png-ef981f3e8312456a3be976fd10bcd4d8.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Godot.png-10a89fe2140041c82a5f8736ea32eb78.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://2D Art/Software Splashes/Godot.png"
dest_files=[ "res://.import/Godot.png-10a89fe2140041c82a5f8736ea32eb78.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Maya.png-a21bca844b02b23447706068ac9f7076.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://2D Art/Software Splashes/Maya.png"
dest_files=[ "res://.import/Maya.png-a21bca844b02b23447706068ac9f7076.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/skillsUSA.png-6225ed4a03157dd04862c66f17825f93.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://2D Art/Software Splashes/skillsUSA.png"
dest_files=[ "res://.import/skillsUSA.png-6225ed4a03157dd04862c66f17825f93.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View file

@ -1,14 +1,20 @@
[gd_scene load_steps=2 format=2]
[gd_scene load_steps=8 format=2]
[ext_resource path="res://Levels/Menu.gd" type="Script" id=1]
[ext_resource path="res://fonts/Extrude.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://2D Art/Software Splashes/Godot.png" type="Texture" id=3]
[ext_resource path="res://2D Art/Software Splashes/Blender.png" type="Texture" id=4]
[ext_resource path="res://2D Art/Software Splashes/Maya.png" type="Texture" id=5]
[ext_resource path="res://2D Art/Software Splashes/skillsUSA.png" type="Texture" id=6]
[sub_resource type="DynamicFont" id=1]
size = 200
font_data = ExtResource( 2 )
[node name="Menu" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_left = 0.5
@ -20,9 +26,6 @@ margin_top = -34.0
margin_right = 32.0
margin_bottom = 34.0
rect_scale = Vector2( 2, 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="StartButton" type="Button" parent="VBoxContainer"]
margin_right = 63.0
@ -41,6 +44,40 @@ margin_right = 63.0
margin_bottom = 68.0
text = "Quit"
[node name="VBoxContainer2" type="VBoxContainer" parent="."]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -671.0
margin_top = 150.0
margin_right = 671.0
margin_bottom = 350.0
[node name="Label" type="Label" parent="VBoxContainer2"]
margin_right = 1342.0
margin_bottom = 200.0
custom_fonts/font = SubResource( 1 )
text = "Tank Blaster"
[node name="Godot" type="Sprite" parent="."]
position = Vector2( 978, 948 )
scale = Vector2( 0.139387, 0.139387 )
texture = ExtResource( 3 )
[node name="Blender" type="Sprite" parent="."]
position = Vector2( 345, 953 )
scale = Vector2( 0.186171, 0.186171 )
texture = ExtResource( 4 )
[node name="Maya" type="Sprite" parent="."]
position = Vector2( 1621, 959 )
scale = Vector2( 0.230098, 0.230098 )
texture = ExtResource( 5 )
[node name="SkillsUsa" type="Sprite" parent="."]
position = Vector2( 1497, 559 )
scale = Vector2( 0.36747, 0.36747 )
texture = ExtResource( 6 )
[connection signal="pressed" from="VBoxContainer/StartButton" to="." method="_on_StartButton_pressed"]
[connection signal="pressed" from="VBoxContainer/OptionsButton" to="." method="_on_OptionsButton_pressed"]
[connection signal="pressed" from="VBoxContainer/ExitButton" to="." method="_on_ExitButton_pressed"]