diff options
| author | Mica White <botahamec@outlook.com> | 2026-06-28 11:09:28 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-06-28 11:09:28 -0400 |
| commit | 3eb02cbe5b106cd332f25d658430f7e0ae320745 (patch) | |
| tree | 20153b185b2e7d5c41b2b2d29c6c28bba8bd31b9 /manifest.toml | |
| parent | b9570962cfc214bbac0f3fef1e6c1f9848f52658 (diff) | |
initial commit
Diffstat (limited to 'manifest.toml')
| -rw-r--r-- | manifest.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifest.toml b/manifest.toml new file mode 100644 index 0000000..d6f7f8d --- /dev/null +++ b/manifest.toml @@ -0,0 +1,6 @@ +name = "framerate_test" +first_scene = "main" + +[[scene]] +name = "main" +scripts = { required = [0, 1], preload = [] } |
