Replace Collada .dae file with a Blend file

Also set material import mode to tres for test_bed.glb
This commit is contained in:
Aaron Franke
2020-10-30 04:43:50 -04:00
parent 2a98499935
commit 1aaa8e1fc6
5 changed files with 2 additions and 1409 deletions

View File

@@ -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.