Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Character Script

skellypupper edited this page Jan 8, 2023 · 14 revisions

Empty Character Script - Example Character Script

Character scripts are of course used to generate character sprites.

How to use

Character scripts must structured like this assets/<charactername>/init.hx, you can also place your character assets in the <charactername> folder.

Variables

  • 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.
Clone this wiki locally