Rafael Barbosa Lopes

Results 7 comments of Rafael Barbosa Lopes

Sorry about that. It's been a while since I made any significant updates to the generator template, and Facebook Instant Games are a recent addition to Phaser I'm not aware...

Hi again. This is achievable by integrating [offline-plugin](https://github.com/NekR/offline-plugin) on the workflow. I think most of the details are sorted out, but I haven't tried offline-plugin in ages, last time it...

Hi. Sorry for the late reply. Please consider trying [`phaser-plugin-game-scale`](https://github.com/samme/phaser-plugin-game-scale), by samme. He's a very active member of the Phaser community, you can bet he put a good amount of...

It looks like you're using Termux, an dev environment I'm not familiar with. I may not be able to provide a suitable solution for your issue, but I'll try it...

Do you mean that that new dir is `node_modules`? You said you installed Gulp using Yarn before, maybe that's why it's there. If npm is conceived to work differently on...

Ok, looking at it again, I've found this code snippet works as intended, no warnings or errors issued. ```gdscript @tool extends EditorScript var some_var: Array[int] = [0, 1, 2, 3,...

Yup. You already have the routine to rename dotfiles in your `default` task, but you are missing the files to rename :smiley: So, under your default project template, you should...