Skip to content

Commit 1aaa8e1

Browse files
committed
Replace Collada .dae file with a Blend file
Also set material import mode to tres for test_bed.glb
1 parent 2a98499 commit 1aaa8e1

File tree

5 files changed

+2
-1409
lines changed

5 files changed

+2
-1409
lines changed

2d/dodge_the_creeps/Main.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func new_game():
2727

2828
func _on_MobTimer_timeout():
2929
# Choose a random location on Path2D.
30-
var mob_spawn_location = get_node("MobPath/MobSpawnLocation");
30+
var mob_spawn_location = get_node("MobPath/MobSpawnLocation")
3131
mob_spawn_location.offset = randi()
3232

3333
# Create a Mob instance and add it to the scene.
2.5 MB
Binary file not shown.

3d/material_testers/models/godot_ball.dae

Lines changed: 0 additions & 344 deletions
This file was deleted.

0 commit comments

Comments
 (0)