mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01: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():
|
func _on_MobTimer_timeout():
|
||||||
# Choose a random location on Path2D.
|
# 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()
|
mob_spawn_location.offset = randi()
|
||||||
|
|
||||||
# Create a Mob instance and add it to the scene.
|
# Create a Mob instance and add it to the scene.
|
||||||
|
|||||||
BIN
3d/material_testers/models/godot_ball.blend
Normal file
BIN
3d/material_testers/models/godot_ball.blend
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,7 @@ nodes/root_scale=1.0
|
|||||||
nodes/custom_script=""
|
nodes/custom_script=""
|
||||||
nodes/storage=0
|
nodes/storage=0
|
||||||
materials/location=1
|
materials/location=1
|
||||||
materials/storage=1
|
materials/storage=2
|
||||||
materials/keep_on_reimport=true
|
materials/keep_on_reimport=true
|
||||||
meshes/compress=true
|
meshes/compress=true
|
||||||
meshes/ensure_tangents=true
|
meshes/ensure_tangents=true
|
||||||
|
|||||||
Reference in New Issue
Block a user