« get me outta code hell

Background change - 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:
authorFlorrie <towerofnix@gmail.com>2018-08-26 11:06:35 -0300
committerFlorrie <towerofnix@gmail.com>2018-08-26 11:06:35 -0300
commit58915451bc57839a70a90ef6a908da873de3b852 (patch)
tree2e1915f1659cc5613eff1de706a5ea0e1f42a951
parente7101357df06d875c7b4dd06afb43533837a948f (diff)
Background change
-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()