Abra Server Automation Tool
Abra is a node for automatically loading and running game assets on Phaser. This tool removes the need to write asset files into the code, thus speeding up the game development process.
The node can automatically load various game elements like sprite sheets or atlas, using basic configuration files. You can also create custom or built-in functions for simplifying the Phaser code.
With just a single line of code, developers can create entire layouts on Phaser and multiple sprites using array placements.
A simple code looks like this:
Can become something like this:
You can get the autoloader tool here.