blob: af822c5727e3f19ee96715f9d7c4beadd5aa31d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[workspace]
name = "Test Demo"
description = "Test and validation demo"
version = "1.0"
[build]
target = "test_demo"
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
|