3D tutorial with brownian-ish motion enemies

This commit is contained in:
2025-11-16 19:53:24 +01:00
parent 9628fff680
commit f848935717
9 changed files with 169 additions and 3 deletions

View File

@@ -12,9 +12,15 @@ config_version=5
config/name="Squash the Creeps (3D)"
config/description="In this game, your goal is to chase and kick out the creeps!"
run/main_scene="uid://2wap0283yk0r"
config/features=PackedStringArray("4.5")
config/icon="res://icon.webp"
[display]
window/size/viewport_width=720
window/size/viewport_height=540
[filesystem]
import/blender/enabled=false
@@ -51,6 +57,12 @@ jump={
]
}
[layer_names]
3d_physics/layer_1="players"
3d_physics/layer_2="enemies"
3d_physics/layer_3="world"
[rendering]
anti_aliasing/quality/msaa_3d=2