mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
71bd0fec83
+ more settings UI stuff, preliminary control parsing (no UI for them yet though) + fix InputNode not working
16 lines
442 B
JSON
16 lines
442 B
JSON
{
|
|
"geode": "v0.2.0",
|
|
"version": "v1.0.0",
|
|
"id": "geode.testdep",
|
|
"name": "Geode Test Dependency",
|
|
"developer": "Geode Team",
|
|
"description": "Unit test dependency for Geode",
|
|
"binary": "TestDependency",
|
|
"settings": {
|
|
"enable-gay-dreams": {
|
|
"type": "bool",
|
|
"name": "Yeah I am quite fond of Astolfo",
|
|
"default": true
|
|
}
|
|
}
|
|
}
|