Commit 46fa72a
Add amble_engine and amble_script to data.toml (#632)
* Add amble_engine and amble_script to data.toml
Added two separate entries for my Amble game / engine / DSL / compiler / linter, since it's split into two different crates:
- amble_engine: the actual game engine / content loader and the playable demo game
- amble_script: the DSL / compiler / linter -- not technically necessary to make games in amble_engine (content can be written directly in TOML) but makes it far easier to create complex scripts / interactions / puzzle chains / etc.
* Update data.toml
---------
Co-authored-by: Joe Clay <[email protected]>1 parent d91a449 commit 46fa72a
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
25 | 39 | | |
26 | 40 | | |
27 | 41 | | |
| |||
0 commit comments