Skip to content

Commit

Permalink
added textures
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Shuert committed Oct 22, 2021
1 parent 468fdc9 commit 6a16f7d
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 3 deletions.
Binary file added Assets/MenuBG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions Assets/MenuBG.png.import
Original file line number Diff line number Diff line change
@@ -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
Binary file modified Build/Linux/SinCity.pck
Binary file not shown.
Binary file modified Build/Linux/SinCity.x86_64
Binary file not shown.
Binary file modified Build/Mac/SinCity.zip
Binary file not shown.
Binary file modified Build/Windows/SinCity.exe
Binary file not shown.
Binary file modified Build/Windows/SinCity.pck
Binary file not shown.
8 changes: 6 additions & 2 deletions Scenes/EndScreen.tscn
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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
}
Expand All @@ -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__ = {
Expand Down
8 changes: 7 additions & 1 deletion Scenes/MainMenu.tscn
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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
}
Expand Down

0 comments on commit 6a16f7d

Please sign in to comment.