mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
f32aaa8b12
- create_geode_file now redirects to a new function called setup_geode_mod - setup_geode_mod auto-links loader - setup_geode_mod invokes CLI (if v1.4.0+) to automatically check your dependencies and install them + link their headers and libs to your project - fix Result::expect not working on non-copiable types - add in-memory functions for file::Zip and file::Unzip - ComparableVersionInfo now always returns false if major versions dont match
87 lines
2.4 KiB
JSON
87 lines
2.4 KiB
JSON
{
|
|
"geode": "0.6.1",
|
|
"version": "1.0.0",
|
|
"id": "geode.testdep",
|
|
"name": "Geode Test Dependency",
|
|
"developer": "Geode Team",
|
|
"description": "Unit test dependency for Geode",
|
|
"api": {
|
|
"include": []
|
|
},
|
|
"settings": {
|
|
"its-raining-after-all": {
|
|
"type": "bool",
|
|
"name": "It's Raining After All",
|
|
"description": "dakedo yappari ame wa furun da ne",
|
|
"default": true
|
|
},
|
|
"trapped-in-the-past": {
|
|
"type": "string",
|
|
"default": "Ima ima ima ima",
|
|
"match": "([iI]ma\\s?)*"
|
|
},
|
|
"compared-child": {
|
|
"type": "int",
|
|
"description": "Kuraberarekko",
|
|
"default": 2,
|
|
"min": -20,
|
|
"max": 20,
|
|
"control": {
|
|
"arrows": true,
|
|
"arrow-step": 2,
|
|
"big-arrows": true,
|
|
"big-arrow-step": 5,
|
|
"slider-step": 2,
|
|
"input": false
|
|
}
|
|
},
|
|
"even-tears-withered": {
|
|
"type": "string",
|
|
"default": ";-;"
|
|
},
|
|
"being-low-as-dirt-taking-whats-important-from-me": {
|
|
"type": "float",
|
|
"default": 5.5,
|
|
"control": {
|
|
"slider-step": 0.5
|
|
}
|
|
},
|
|
"loneliness-and-the-future": {
|
|
"type": "string",
|
|
"default": "hitoribocchi ni",
|
|
"one-of": [
|
|
"hitoribocchi ni",
|
|
"mirai toka",
|
|
"arun darou ka"
|
|
]
|
|
},
|
|
"territory-battle": {
|
|
"type": "color",
|
|
"default": "#ff006f"
|
|
},
|
|
"faithful-dog-hachi": {
|
|
"type": "rgba",
|
|
"default": [ 55, 224, 255, 255 ]
|
|
},
|
|
"im-getting-to-the-bus-to-the-other-world-see-ya": {
|
|
"type": "file",
|
|
"name": "Bus",
|
|
"default": "",
|
|
"control": {
|
|
"filters": [
|
|
{
|
|
"description": "Level Files",
|
|
"files": [ "*.gmd2", "*.gmd", "*.lvl" ]
|
|
},
|
|
{
|
|
"description": "GMD Files",
|
|
"files": [ "*.gmd" ]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"overcast-skies": {
|
|
"type": "custom"
|
|
}
|
|
}
|
|
}
|