blob: 8026fb55d3f7ceb75d064b1b58ae176788bd1f94 (
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 = ["assets/", "../common/"]
shader_dirs = ["shaders/", "../common/shaders/"]
[options]
width = 1280
height = 720
duration = -1
bpm = 120
|