Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

SoWhale

2
Posts
4
Following
A member registered Jul 30, 2019

Recent community posts

Hey love the tileset so far! Just wanted to point out the script_example.js won't work for floor# since it chokes on the numbers. Changing them to floor_a ...etc did the trick. Adding `0-9` to the regex as following also worked: `line.match(/([a-z_0-9]+)` at line 15