Examples/mvp-walk-with-collision @bel

This commit is contained in:
breel
2025-08-17 21:41:41 -06:00
parent 9d2db4edda
commit d99cd1cd69
28 changed files with 691 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
config/name="mvp-walk-with-collision"
run/main_scene="uid://sq04wsxbebev"
config/features=PackedStringArray("4.4", "GL Compatibility")
config/icon="res://icon.svg"
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"