« get me outta code hell

csb-game - Pixelly spin-off of the Command Synergy Battle system used in Final Fantasy XIII
summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--img/bg2.krabin0 -> 663842 bytes
-rw-r--r--img/bg2.kra~bin0 -> 621779 bytes
-rw-r--r--img/bg2.pngbin0 -> 6269 bytes
-rw-r--r--index.js4
4 files changed, 2 insertions, 2 deletions
diff --git a/img/bg2.kra b/img/bg2.kra
new file mode 100644
index 0000000..cce3390
--- /dev/null
+++ b/img/bg2.kra
Binary files differdiff --git a/img/bg2.kra~ b/img/bg2.kra~
new file mode 100644
index 0000000..cb4bd82
--- /dev/null
+++ b/img/bg2.kra~
Binary files differdiff --git a/img/bg2.png b/img/bg2.png
new file mode 100644
index 0000000..78ccb30
--- /dev/null
+++ b/img/bg2.png
Binary files differdiff --git a/index.js b/index.js
index 8db718e..132aaac 100644
--- a/index.js
+++ b/index.js
@@ -1631,8 +1631,8 @@ battle.canvas.width = canvas.width
 battle.canvas.height = canvas.height
 
 battle.backdrop.z = 80
-battle.backdrop.y = 80
-battle.backdrop.image.src = 'img/bg.png'
+battle.backdrop.y = 20
+battle.backdrop.image.src = 'img/bg2.png'
 
 let lastTime = Date.now()