mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-12 06:01:50 +09:00
basic: new test game HANGMAN but works like ass
This commit is contained in:
@@ -31,7 +31,7 @@ if (exec_args !== undefined && exec_args[1] !== undefined && exec_args[1].starts
|
||||
|
||||
const THEVERSION = "1.0";
|
||||
|
||||
const PROD = false;
|
||||
const PROD = true;
|
||||
let INDEX_BASE = 0;
|
||||
let TRACEON = (!PROD) && true;
|
||||
let DBGON = (!PROD) && true;
|
||||
|
||||
Reference in New Issue
Block a user