zero-to-mastery/ZTM-Quest

Spawning/adding more NPCs to map_arcade

Aberta

#5 aberto em 30 de set. de 2024

 (3 comentários) (0 reação) (0 responsável)JavaScript (132 forks)auto 404
hacktoberfest

Métricas do repositório

Stars
 (39 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador