mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
5fd6c187d0
over setting controls
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
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": {
|
|
"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
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|