diff --git a/Assets/MenuBG.png b/Assets/MenuBG.png new file mode 100644 index 0000000..a28fda4 Binary files /dev/null and b/Assets/MenuBG.png differ diff --git a/Assets/MenuBG.png.import b/Assets/MenuBG.png.import new file mode 100644 index 0000000..7ac4610 --- /dev/null +++ b/Assets/MenuBG.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/MenuBG.png-9dfb5d3ac74c64a3b0f75a31eb08a089.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/MenuBG.png" +dest_files=[ "res://.import/MenuBG.png-9dfb5d3ac74c64a3b0f75a31eb08a089.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 diff --git a/Build/Linux/SinCity.pck b/Build/Linux/SinCity.pck index e604d9b..efe9c79 100644 Binary files a/Build/Linux/SinCity.pck and b/Build/Linux/SinCity.pck differ diff --git a/Build/Linux/SinCity.x86_64 b/Build/Linux/SinCity.x86_64 index 1472e2a..d6e8abb 100644 Binary files a/Build/Linux/SinCity.x86_64 and b/Build/Linux/SinCity.x86_64 differ diff --git a/Build/Mac/SinCity.zip b/Build/Mac/SinCity.zip index 4c07190..9762894 100644 Binary files a/Build/Mac/SinCity.zip and b/Build/Mac/SinCity.zip differ diff --git a/Build/Windows/SinCity.exe b/Build/Windows/SinCity.exe index 3dfa1dd..99eecb4 100644 Binary files a/Build/Windows/SinCity.exe and b/Build/Windows/SinCity.exe differ diff --git a/Build/Windows/SinCity.pck b/Build/Windows/SinCity.pck index e604d9b..efe9c79 100644 Binary files a/Build/Windows/SinCity.pck and b/Build/Windows/SinCity.pck differ diff --git a/Scenes/EndScreen.tscn b/Scenes/EndScreen.tscn index b053cd9..d3c7fbe 100644 --- a/Scenes/EndScreen.tscn +++ b/Scenes/EndScreen.tscn @@ -1,11 +1,14 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=6 format=2] [ext_resource path="res://Scripts/EndScreen.gd" type="Script" id=1] [ext_resource path="res://Assets/Fonts/arialbd.ttf" type="DynamicFontData" id=2] +[ext_resource path="res://Assets/MenuBG.png" type="Texture" id=3] [ext_resource path="res://Assets/Fonts/endScreenText.tres" type="DynamicFont" id=4] [sub_resource type="DynamicFont" id=1] size = 128 +outline_size = 2 +outline_color = Color( 0, 0, 0, 1 ) font_data = ExtResource( 2 ) [node name="EndScreen" type="Control"] @@ -21,6 +24,7 @@ anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 8.0 margin_right = 7.99988 +texture = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false } @@ -47,7 +51,7 @@ margin_top = -221.5 margin_right = -500.0 margin_bottom = -146.5 custom_fonts/font = ExtResource( 4 ) -text = "You completed TitleofGameHere in with a total of flaps" +text = "You completed SinCity in with a total of flaps" align = 1 autowrap = true __meta__ = { diff --git a/Scenes/MainMenu.tscn b/Scenes/MainMenu.tscn index 8fa6418..3ce24bc 100644 --- a/Scenes/MainMenu.tscn +++ b/Scenes/MainMenu.tscn @@ -1,16 +1,21 @@ -[gd_scene load_steps=8 format=2] +[gd_scene load_steps=9 format=2] [ext_resource path="res://Assets/Fonts/arial.ttf" type="DynamicFontData" id=1] [ext_resource path="res://Assets/Fonts/arialbd.ttf" type="DynamicFontData" id=2] [ext_resource path="res://Scripts/MainMenu.gd" type="Script" id=3] [ext_resource path="res://Assets/label.png" type="Texture" id=4] +[ext_resource path="res://Assets/MenuBG.png" type="Texture" id=5] [sub_resource type="DynamicFont" id=1] size = 72 +outline_size = 2 +outline_color = Color( 0, 0, 0, 1 ) font_data = ExtResource( 2 ) [sub_resource type="DynamicFont" id=2] size = 48 +outline_size = 2 +outline_color = Color( 0, 0, 0, 1 ) font_data = ExtResource( 1 ) [sub_resource type="DynamicFont" id=3] @@ -29,6 +34,7 @@ __meta__ = { [node name="Background" type="NinePatchRect" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 +texture = ExtResource( 5 ) __meta__ = { "_edit_use_anchors_": false }