| 123456789101112131415161718192021222324252627282930313233343536 |
- [window]
- title = "GamePlay - Editor"
- width = 1920
- height = 1080
- fullscreen = false
- hints = "NONE"
- [logging]
- level = "INFO"
- file = "gameplay.log"
- [[resource.alias]]
- name = "fonts"
- path = "@app.dir/../../../_deps/imgui/misc/fonts"
- [[resource.alias]]
- name = "icons"
- path = "@data/icons"
- [[resource.alias]]
- name = "images"
- path = "@data/images"
- [[resource.alias]]
- name = "shaders"
- path = "@data/shaders"
- [[resource.alias]]
- name = "scenes"
- path = "@data/scenes"
- [input]
- gamepad_mappings_db = "@app.dir/../../../config/gamecontrollerdb.txt"
- [graphics]
- validation = false
- minImageCount = 2
- [ui]
- defaultFont = "@fonts/Roboto-Medium.ttf"
|