blob: be8c0175a47821eec8c84d5e01d61f59ee91ec07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[workspace]
name = "Main Demo"
description = "Production 64k demo"
version = "1.0"
[build]
target = "demo64k"
timeline = "timeline.seq"
music = "music.track"
assets = "assets.txt"
asset_dirs = ["music/", "weights/", "obj/"]
shader_dirs = ["shaders/"]
[options]
width = 1280
height = 720
duration = -1
bpm = 120
|