Files
SDL3CPlusPlus/config/seed_runtime.json
2025-12-19 11:07:32 +00:00

13 lines
284 B
JSON

{
"window_width": 1024,
"window_height": 768,
"lua_script": "scripts/cube_logic.lua",
"scripts_directory": "scripts",
"project_root": "../",
"shaders_directory": "shaders",
"device_extensions": [
"VK_KHR_swapchain"
],
"config_file": "config/seed_runtime.json"
}