This repository was archived by the owner on Dec 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Character Script
skellypupper edited this page Jan 8, 2023
·
14 revisions
Character scripts are of course used to generate character sprites.
Character scripts must structured like this assets/<charactername>/init.hx
, you can also place your character assets in the <charactername>
folder.
-
char
: The current character class, used to edit character data. -
Paths
: A custom paths instance that only reads for files inside the<charactername>
directory. -
_Paths
: The global paths instance.
Written for EE v1.1.0