You can consider tesing it (pc version) with joiplay. If ok, it will save a lot of works!!
TaijiWoo
5
Posts
1
Following
A member registered Nov 10, 2019
Recent community posts
you can use Krita instead, or buy aseprite https://store.steampowered.com/app/431730/Aseprite/
Here is the way to play this game on linux (at least it worked for my 64 bit pc)
1. Download the game
2. Extract and copy the path of the 'package.nw' file
3. Download NWJS from https://nwjs.io/, to play the game, NORMAL version is enough.
4. Extract the NWJS file, get the path of 'nw' file
5. To run the game, just use 'nw' to open 'package.nw' file:
In terminal, run this command: path-to-nw/nw path-to-package/package.nw
In my case, it is:
/home/taijiwoo/nwjs-v0.42.1-linux-x64/nw /home/taijiwoo/App/linux64/package.nw
And it's done!! :D