Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

I see what I did wrong:

if (is_tile(win,p.x,p,y)

has to be:

if (is_tile(win,p.x,p.y)


Damn typo............ did a comma instead of a dot