Fix: alien sprite image

This commit is contained in:
2018-09-07 09:45:08 +09:00
parent bee8004a84
commit 0858981690
6 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const LANGUAGE_ENGLISH = "english";
const MODE_RELEASE = "release";
const MODE_DEBUG = "debug";
const runMode = MODE_DEBUG;
const runMode = MODE_RELEASE;
function isDebugMode() {
// console.log("debug mode ? " + runMode);