Shadow-Bamboo/project.godot
root 08d662687b Initial commit: Shadow Bamboo project setup
- Rename from 竹影 to Shadow Bamboo
- Restructure directories (remove numbers)
- Move Godot core files to root for built-in Git support
- Add Markdown documentation (GDD.md, Story.md)
- Setup clean resource folder structure
2026-03-25 13:33:22 +08:00

25 lines
522 B
Plaintext

; 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="竹影"
config/features=PackedStringArray("4.6", "Forward Plus")
config/icon="res://icon.svg"
[physics]
3d/physics_engine="Jolt Physics"
[rendering]
rendering_device/driver.windows="d3d12"
renderer/rendering_method="forward_plus"