From 58915451bc57839a70a90ef6a908da873de3b852 Mon Sep 17 00:00:00 2001 From: Florrie Date: Sun, 26 Aug 2018 11:06:35 -0300 Subject: Background change --- img/bg2.kra | Bin 0 -> 663842 bytes img/bg2.kra~ | Bin 0 -> 621779 bytes img/bg2.png | Bin 0 -> 6269 bytes index.js | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 img/bg2.kra create mode 100644 img/bg2.kra~ create mode 100644 img/bg2.png diff --git a/img/bg2.kra b/img/bg2.kra new file mode 100644 index 0000000..cce3390 Binary files /dev/null and b/img/bg2.kra differ diff --git a/img/bg2.kra~ b/img/bg2.kra~ new file mode 100644 index 0000000..cb4bd82 Binary files /dev/null and b/img/bg2.kra~ differ diff --git a/img/bg2.png b/img/bg2.png new file mode 100644 index 0000000..78ccb30 Binary files /dev/null and b/img/bg2.png differ 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() -- cgit 1.3.0-6-gf8a5