Asset improvements

This commit is contained in:
Segey Lapin
2021-11-23 09:22:18 +03:00
parent 8a3b4987e8
commit 6e8029c29c
18 changed files with 106 additions and 95 deletions

View File

@@ -272,7 +272,7 @@ func _ready():
# Traffic.set_deny_physics()
# Traffic.set_physics_distance(Vector3(30, -10, 40))
# Traffic.set_debug(true)
Traffic.set_spawn_cooldown(1, 5)
Traffic.set_spawn_cooldown(2, 5)
Traffic.set_default_speed(8.5)
Traffic.add_traffic_vehicle(car)
var water_mat = load("res://water/Water.material")