Files
GGJ26/project.godot
Minimata 56694541b8
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 16s
Create tag and build when new code gets to main / Export (push) Failing after 4m3s
initial workflow
2026-01-29 14:26:48 +01:00

31 lines
641 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="GGJ26"
run/main_scene="uid://cukfdjcnb5tm6"
config/features=PackedStringArray("4.6", "Forward Plus")
config/icon="res://icon.svg"
[display]
window/size/viewport_width=1280
window/size/viewport_height=720
[physics]
3d/physics_engine="Jolt Physics"
[rendering]
rendering_device/driver.windows="d3d12"
textures/vram_compression/import_etc2_astc=true