Commit Graph

11 Commits

Author SHA1 Message Date
Sammy fbb47c2705 Merge remote-tracking branch 'origin/main' into main 2021-06-13 19:41:20 +02:00
Sammy d6a2f19e47 Added game timer and endscreen with score 2021-06-13 19:24:27 +02:00
mightypanders 8d5acbe65c allow quitting 2021-06-13 18:04:43 +02:00
Sammy 44f8203753 Guests respawn now after some have been delivered 2021-06-13 01:05:34 +02:00
Sammy 18cd17322e Added a simple game-ui with collected points 2021-06-13 00:33:46 +02:00
mightypanders e1fff44040 world receives score signal 2021-06-12 23:28:48 +02:00
Sammy eeda21349e Introduced max number of tries for guest spawning.
Also spawn zone now adjustable by exclusionzone size
2021-06-12 18:59:42 +02:00
Sammy 298dd2f0ae Guests now spawn up to a fixed count and space between them 2021-06-12 18:22:58 +02:00
Sammy 9306f1e18d Moved guests to own node 2021-06-12 15:03:50 +02:00
Sammy 7ef67351fb Random spawning Guests
A guest timer counts down and emits a signal to the world. The world uses the street map to determine a new random guest position and spawns it
2021-06-12 14:46:23 +02:00
mightypanders a3e592f97f receive a signal 2021-06-12 02:28:16 +02:00