Skip to content

Commit

Permalink
splash
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTakinTeller committed Aug 26, 2024
1 parent 3144b20 commit 3e17085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion global/const/game.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const WORKER_RESOURCE_ID: String = "worker"
const WORKER_ROLE_RESOURCE: Array[String] = [WORKER_RESOURCE_ID, "swordsman"]

const VERSION_MAJOR: String = "prototype"
const VERSION_MINOR: String = "week 18"
const VERSION_MINOR: String = "week 18.1"

const PARAMS: Dictionary = PARAMS_PROD #PARAMS_PROD #PARAMS_DEBUG
const WEB_EXPORT_WORKAROUNDS: bool = false ## BEFORE EXPORTING TO WEB, SET TO TRUE
Expand Down
1 change: 1 addition & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ config/version="0.0.week-3"
run/main_scene="res://scenes/autostart/save_file_picker/save_file_picker.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
boot_splash/bg_color=Color(0, 0, 0, 1)
boot_splash/show_image=false
config/icon="res://assets/image/icon/icon.svg"

[audio]
Expand Down

0 comments on commit 3e17085

Please sign in to comment.