« 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
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js4
1 files changed, 2 insertions, 2 deletions
diff --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()