minor testing tweaks post jam main
authorcassowarii <2374677+cassowarii@users.noreply.github.com>
Sun, 13 Apr 2025 03:24:29 +0000 (20:24 -0700)
committercassowarii <2374677+cassowarii@users.noreply.github.com>
Sun, 13 Apr 2025 03:24:29 +0000 (20:24 -0700)
.gitignore
game.js
loading.png
packaging.zip
packaging/game.js
packaging/loading.png
progressbar.png
zucchinibread.js

index 37dbf1a..4d79d44 100644 (file)
@@ -1,3 +1,4 @@
+packaging/*
 *.xcf
 *.swp
 *.swo
diff --git a/game.js b/game.js
index dfa9f2b..c6fd657 100644 (file)
--- a/game.js
+++ b/game.js
@@ -56,7 +56,7 @@ zb.ready(function() {
         level_h: 12,
         background_color: '#192c4a',
         run_in_background: true,
-        load_with_progress_bar: false,
+        load_with_progress_bar: true,
         save_key: SAVE_KEY,
         state: State.STAND,
         uistate: UIState.MENU,
index 9552ba1..3bb1ce8 100644 (file)
Binary files a/loading.png and b/loading.png differ
index 32eab08..667f7b2 100644 (file)
Binary files a/packaging.zip and b/packaging.zip differ
index dfa9f2b..c6fd657 100644 (file)
@@ -56,7 +56,7 @@ zb.ready(function() {
         level_h: 12,
         background_color: '#192c4a',
         run_in_background: true,
-        load_with_progress_bar: false,
+        load_with_progress_bar: true,
         save_key: SAVE_KEY,
         state: State.STAND,
         uistate: UIState.MENU,
index 9552ba1..3bb1ce8 100644 (file)
Binary files a/packaging/loading.png and b/packaging/loading.png differ
index 7479e89..2f06c20 100644 (file)
Binary files a/progressbar.png and b/progressbar.png differ
index eed4706..089901c 100644 (file)
@@ -46,6 +46,9 @@ let zb = (function() {
         return newlist;
     }
 
+    function rand_int(a, b) {
+    }
+
     /* ---- Resource loading / loading screen ---- */
 
     let _audiocheck = document.createElement('audio');