Skip to content

Commit

Permalink
Auto Index Update: 26/08/2024
Browse files Browse the repository at this point in the history
  • Loading branch information
MizaGBF committed Aug 26, 2024
1 parent 3f30b68 commit fb181a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 1,7 @@
// constant
const LOCAL = false; // set to true if assets are on the same machine
const CORS = 'https://gbfcp2.onrender.com/' // CORS Proxy to use (if LOCAL is true)
//const CORS = 'https://gbfcp2.onrender.com/' // CORS Proxy to use (if LOCAL is true)
const CORS = 'http://localhost:8001/' // CORS Proxy to use (if LOCAL is true)
const HISTORY_LENGTH = 20; // size limit of the history
const ENDPOINTS = [ // possible asset endpoints, used for the index
"https://prd-game-a-granbluefantasy.akamaized.net/",
Expand Down
1 change: 1 addition & 0 deletions view/cjs_npc_demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 596,7 @@ define(["view/cjs", "view/content", "lib/common"], function (cjsview, content) {
}
me.cjsMortal.scaleX *= scaling;
me.cjsMortal.scaleY *= scaling;
console.log(me.cjsMortal.x, me.cjsMortal.y);
if(is_mc && mc_wpn)
me.cjsMortal[mortal][mortal "_special"].gotoAndPlay("special");
else
Expand Down

0 comments on commit fb181a4

Please sign in to comment.