pents90 / eburp

The Eight-Bit Universal Role Playing Engine -- the technical masterpiece behind the hit RPG "Gurk III"!
121 stars 25 forks source link

fireball typo #8

Open runder1 opened 10 years ago

runder1 commented 10 years ago

Btw. gurkDemo.js won't have the icons.js compiled properly because of this line 3543:

        "rangeAnimation" : "animFireball.png",

The filename is case sensitive and is called "animFireBall.png" with a capital B.

pents90 commented 10 years ago

Oh yeah, thanks for that, will fix. Compiles fine on OS X because of the lax case rules on filenames, but definitely would hit a snag on Linux. On Jul 27, 2014 8:19 PM, "runder1" notifications@github.com wrote:

Btw. gurkDemo.js won't have the icons.js compiled properly because of this line 3543:

    "rangeAnimation" : "animFireball.png",

The filename is case sensitive and is called "animFireBall.png" with a capital B.

— Reply to this email directly or view it on GitHub https://github.com/pents90/eburp/issues/8.