You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is not much going on on each map.
There are a few NPCs which get spawned in map_start which should give you an idea about how you can start.
We build a makeNpc function which you can use to spawn new NPCs easily and randomly.
But feel free to add NPCs yourself by adding your own spritesheets.
Hi @AnhChienVu ,
This one and also #4 and #5 are here for everyone.
We need a lot more going on on each of the maps. Especially the city and the arcade are pretty empty.
If possible, then it would be awesome if you could add NPCs to map_city because it currently looks like a ghost city 😂👻.
Currently, there is not much going on on each map.
There are a few NPCs which get spawned in map_start which should give you an idea about how you can start.
We build a makeNpc function which you can use to spawn new NPCs easily and randomly.
But feel free to add NPCs yourself by adding your own spritesheets.
Here you can find the makeNpc function.
And here how we added them.
The text was updated successfully, but these errors were encountered: