andretchen0
andretchen0
Interface elements like those buttons are currently rendered in HTML. The play area is rendered using Phaser from what I've seen. Is there a reason for that? Could they all...
Does the project still need this?
> > Does the project still need this? > > @andretchen0 Hmm, I think so. It only looks for code changes, but if there are some asset changes, things can...
> > > > Does the project still need this? > > > > > > > > > @andretchen0 Hmm, I think so. It only looks for code changes,...
@DreadKnight Could you fill me in on the needs/thought process behind including `assetLister.js`?
> Webpack *probably* can handle this sort of thing, not fully sure. Yeah. I guess that's where I'm heading. It seems like it's duplicating the bundler. Webpack will almost certainly...
I'm looking into assets. It's kind of off topic here, so I'll open a discussion.
Fwiw, I have this working with nodemon – which would be an extra dev dependency and use an extra process. * Is that an ok solution? * Given that most...
> If that process is quite intensive, I guess going that route with extra command might not be a bad idea at all. I was on old hardware last month....
Is this still open? I saw this in the code: [// TODO: Move strings to external file in order to be able to support translations](https://github.com/FreezingMoon/AncientBeast/blob/1938cdc4edb4b0ea8827a8813e10da9ae9fb24fe/src/game.js#L118) FWIW, one handy way to...