Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Hey there, is there a way to just store custom characters locally? I tried using "file:///" as a local URI for custom sprites, but it doesn't seem to work?

EDIT:
Figured it out. For anyone who wants to do this, make sure the URI path uses all forward slashes, you'd think it'd still use backslashes because it's a file path but Java will be Java.
Example:
"urlSprites": "file:///C:/YourPathHere/PartyProject/chara/chrSprites.png"