mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 10:09:47 +03:00
Replace Collada .dae file with a Blend file
Also set material import mode to tres for test_bed.glb
This commit is contained in:
@@ -27,7 +27,7 @@ func new_game():
|
||||
|
||||
func _on_MobTimer_timeout():
|
||||
# Choose a random location on Path2D.
|
||||
var mob_spawn_location = get_node("MobPath/MobSpawnLocation");
|
||||
var mob_spawn_location = get_node("MobPath/MobSpawnLocation")
|
||||
mob_spawn_location.offset = randi()
|
||||
|
||||
# Create a Mob instance and add it to the scene.
|
||||
|
||||
Reference in New Issue
Block a user