Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
6c7f203
[FEATURE] Implement a custom splash screen #308
ikostan Mar 5, 2026
d3a6387
Revert "[FEATURE] Implement a custom splash screen #308"
ikostan Mar 5, 2026
339116c
Add logo assets and update project/export
ikostan Mar 5, 2026
9407704
Update custom_shell.html
ikostan Mar 5, 2026
691e7b2
Update custom_shell.html
ikostan Mar 5, 2026
bd1bd82
Update custom_shell.html
ikostan Mar 5, 2026
482c874
Refine loading UI and export settings
ikostan Mar 6, 2026
ff47fb8
[DOCUMENTATION] Milestone #12 README.md update #317
ikostan Mar 6, 2026
c13d376
Update README.md
ikostan Mar 6, 2026
db52c10
Update README.md
ikostan Mar 6, 2026
8058b18
suggestion: A fixed 40px font size for the status text may cause layo…
ikostan Mar 6, 2026
bf6480d
Update README.md
ikostan Mar 6, 2026
54e0448
Add splash screen and threaded loader
ikostan Mar 6, 2026
93a8199
Update splash_screen.gd
ikostan Mar 6, 2026
92324d3
Update splash_screen.gd
ikostan Mar 6, 2026
fbd9378
Update splash_screen.tscn
ikostan Mar 6, 2026
2940215
Update scripts/splash_screen.gd
ikostan Mar 6, 2026
c1c7f5b
Update scripts/splash_screen.gd
ikostan Mar 6, 2026
7a8708f
Merge branch 'implement-a-custom-splash-screen' of https://github.com…
ikostan Mar 6, 2026
70422a3
Update splash_screen.tscn
ikostan Mar 6, 2026
0575e74
Playwright tests fixes
ikostan Mar 6, 2026
135d295
style: format code with Black and isort
deepsource-autofix[bot] Mar 6, 2026
d14707e
Resolve a startup target instead of treating cold starts as load fail…
ikostan Mar 7, 2026
f1e104c
Update README.md
ikostan Mar 7, 2026
bfe6d8e
Merge branch 'implement-a-custom-splash-screen' of https://github.com…
ikostan Mar 7, 2026
a1d7a76
issue: Avoid duplicate CodeRabbit entries and inconsistent naming in …
ikostan Mar 7, 2026
100c866
Update splash_screen.gd
ikostan Mar 7, 2026
e196fa9
New HTML page
ikostan Mar 7, 2026
a17b86c
Playwright tests fixes
ikostan Mar 8, 2026
bed6c2f
Update difficulty_flow_test.py
ikostan Mar 8, 2026
038439c
Update back_flow_test.py
ikostan Mar 8, 2026
face01a
Update custom_shell.html
ikostan Mar 8, 2026
284b2c4
Create old_custom_shell.html
ikostan Mar 8, 2026
1603e5f
Update splash_screen.gd
ikostan Mar 9, 2026
d4dd13f
Update back_flow_test.py
ikostan Mar 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/godot_logo_bg_removed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions assets/godot_logo_bg_removed.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://cs3bksakdbt0u"
path="res://.godot/imported/godot_logo_bg_removed.png-caadf3749ad830a08d0cf4bc77bc06ca.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/godot_logo_bg_removed.png"
dest_files=["res://.godot/imported/godot_logo_bg_removed.png-caadf3749ad830a08d0cf4bc77bc06ca.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file added assets/ikostan_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions assets/ikostan_logo.jpg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://b2ti7wqvn4apd"
path="res://.godot/imported/ikostan_logo.jpg-a946f4d1402ce4b446871347ed0d40a5.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/ikostan_logo.jpg"
dest_files=["res://.godot/imported/ikostan_logo.jpg-a946f4d1402ce4b446871347ed0d40a5.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file added assets/ikostan_logo_bg_removed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions assets/ikostan_logo_bg_removed.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://b7jpd8lq6kokg"
path="res://.godot/imported/ikostan_logo_bg_removed.png-ec2a705d4cc66e2dca57040f0f45ffef.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/ikostan_logo_bg_removed.png"
dest_files=["res://.godot/imported/ikostan_logo_bg_removed.png-ec2a705d4cc66e2dca57040f0f45ffef.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
1 change: 1 addition & 0 deletions assets/logo_large_monochrome_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions assets/logo_large_monochrome_light.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://bfh57t5b6qudy"
path="res://.godot/imported/logo_large_monochrome_light.svg-9ee2e492857843b63d1cd337f7e9c284.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/logo_large_monochrome_light.svg"
dest_files=["res://.godot/imported/logo_large_monochrome_light.svg-9ee2e492857843b63d1cd337f7e9c284.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
Binary file added assets/logo_vertical_monochrome_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions assets/logo_vertical_monochrome_light.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://ll6nm4y03nxk"
path="res://.godot/imported/logo_vertical_monochrome_light.png-afe08684da39582e244dafefef812653.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/logo_vertical_monochrome_light.png"
dest_files=["res://.godot/imported/logo_vertical_monochrome_light.png-afe08684da39582e244dafefef812653.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
9 changes: 5 additions & 4 deletions custom_shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
left: 0;
width: 100%;
height: 100%;
background-color: black;
background-color: #2e2e2e;
Comment thread
sourcery-ai[bot] marked this conversation as resolved.
Outdated
display: flex;
flex-direction: column;
align-items: center;
Expand All @@ -61,19 +61,20 @@
}
#progress-bar {
width: 50%;
height: 20px;
height: 30px;
background-color: #333;
margin-top: 20px;
border: 1px solid #555;
}
#progress {
width: 0%;
height: 100%;
background-color: #0f0;
background-color: black;
}
#status {
color: white;
color: black;
margin-top: 10px;
font-size: 30px;
}
Comment thread
sourcery-ai[bot] marked this conversation as resolved.
Outdated
/* Retry button style (visible override) */
#retry-button {
Expand Down
2 changes: 1 addition & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ advanced_options=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
include_filter="assets/*"
exclude_filter=""
export_path="export/web/index.html"
patches=PackedStringArray()
Expand Down
3 changes: 3 additions & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ config_version=5
[application]

config/name="SkyLockAssault"
config/description="Combat top-down airplane game with fuel management, multiple weapons, multi-level, and adjustable difficulty. Made with Godot."
run/main_scene="uid://brpckgp7j86jp"
config/features=PackedStringArray("4.5", "GL Compatibility")
boot_splash/bg_color=Color(0.18000486, 0.18000486, 0.18000486, 1)
boot_splash/image="uid://b7jpd8lq6kokg"
config/icon="res://icon.svg"

[audio]
Expand Down
Loading