Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTakinTeller committed Aug 30, 2024
1 parent aa439a2 commit 40a8ec5
Showing 1 changed file with 1 addition 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 @@ -9,7 +9,7 @@ const VERSION_MINOR: String = "week 18.2"
const PARAMS: Dictionary = PARAMS_PROD #PARAMS_PROD #PARAMS_DEBUG

## BEFORE EXPORTING TO WEB (that uses iframe like e.g. itch.io), SET TO true
const WEB_EXPORT_WORKAROUNDS: bool = true
const WEB_EXPORT_WORKAROUNDS: bool = false

const PARAMS_DEBUG: Dictionary = {
"CLIPBOARD_WEB_WORKAROUND": WEB_EXPORT_WORKAROUNDS,
Expand Down

0 comments on commit 40a8ec5

Please sign in to comment.