Go to file
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
assets update placeholders 2021-06-12 02:05:25 +02:00
.gitignore gitignore 2021-06-12 02:06:48 +02:00
DropOffPoint.gd add dropoff point 2021-06-12 02:05:05 +02:00
DropOffPoint.tscn add dropoff point 2021-06-12 02:05:05 +02:00
Guest.gd pickup logic 2021-06-12 02:27:58 +02:00
Guest.tscn add guest 2021-06-12 02:05:15 +02:00
GuestTimer.gd Random spawning Guests 2021-06-12 14:46:23 +02:00
LICENSE Initial commit 2021-06-11 19:47:54 +02:00
MainMenu.tscn more menu stuff 2021-06-11 21:35:15 +02:00
Playa.gd driving backwards 2021-06-12 13:37:56 +02:00
Playa.tscn Implement first stages of moving 2021-06-12 02:04:22 +02:00
Street_tiles.tres add pixel art assets, make prototype overworld 2021-06-12 00:04:58 +02:00
World.gd Random spawning Guests 2021-06-12 14:46:23 +02:00
World.tscn Random spawning Guests 2021-06-12 14:46:23 +02:00
default_env.tres adjust window size, resizable = false 2021-06-11 21:22:22 +02:00
icon.png setup project 2021-06-11 21:10:27 +02:00
icon.png.import setup project 2021-06-11 21:10:27 +02:00
project.godot resizable false 2021-06-12 02:06:38 +02:00