2022-07-30 12:24:03 -04:00
|
|
|
{
|
2023-04-03 03:04:56 -04:00
|
|
|
"geode": "1.0.0",
|
2022-11-09 11:01:22 -05:00
|
|
|
"version": "1.0.0",
|
2022-07-30 12:24:03 -04:00
|
|
|
"id": "geode.testdep",
|
|
|
|
"name": "Geode Test Dependency",
|
|
|
|
"developer": "Geode Team",
|
|
|
|
"description": "Unit test dependency for Geode",
|
2023-01-31 07:48:34 -05:00
|
|
|
"api": {
|
|
|
|
"include": []
|
|
|
|
},
|
2022-09-12 17:37:25 -04:00
|
|
|
"settings": {
|
2022-09-18 17:07:08 -04:00
|
|
|
"its-raining-after-all": {
|
2022-09-12 17:37:25 -04:00
|
|
|
"type": "bool",
|
2022-09-18 17:07:08 -04:00
|
|
|
"name": "It's Raining After All",
|
2022-09-19 16:03:50 -04:00
|
|
|
"description": "dakedo yappari ame wa furun da ne",
|
2022-09-12 17:37:25 -04:00
|
|
|
"default": true
|
2022-09-18 17:07:08 -04:00
|
|
|
},
|
|
|
|
"trapped-in-the-past": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "Ima ima ima ima",
|
|
|
|
"match": "([iI]ma\\s?)*"
|
|
|
|
},
|
|
|
|
"compared-child": {
|
|
|
|
"type": "int",
|
|
|
|
"description": "Kuraberarekko",
|
2022-09-19 16:03:50 -04:00
|
|
|
"default": 2,
|
|
|
|
"min": -20,
|
|
|
|
"max": 20,
|
|
|
|
"control": {
|
|
|
|
"arrows": true,
|
|
|
|
"arrow-step": 2,
|
|
|
|
"big-arrows": true,
|
2022-09-19 16:17:39 -04:00
|
|
|
"big-arrow-step": 5,
|
|
|
|
"slider-step": 2,
|
|
|
|
"input": false
|
2022-09-19 16:03:50 -04:00
|
|
|
}
|
2022-09-18 17:07:08 -04:00
|
|
|
},
|
|
|
|
"even-tears-withered": {
|
|
|
|
"type": "string",
|
|
|
|
"default": ";-;"
|
2022-09-19 16:03:50 -04:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2022-09-21 07:50:23 -04:00
|
|
|
},
|
|
|
|
"territory-battle": {
|
|
|
|
"type": "color",
|
2022-09-26 06:53:40 -04:00
|
|
|
"default": "#ff006f"
|
2022-09-21 07:50:23 -04:00
|
|
|
},
|
|
|
|
"faithful-dog-hachi": {
|
|
|
|
"type": "rgba",
|
2022-09-26 06:53:40 -04:00
|
|
|
"default": [ 55, 224, 255, 255 ]
|
2022-09-23 15:25:20 -04:00
|
|
|
},
|
|
|
|
"im-getting-to-the-bus-to-the-other-world-see-ya": {
|
|
|
|
"type": "file",
|
|
|
|
"name": "Bus",
|
2022-09-26 06:53:40 -04:00
|
|
|
"default": "",
|
|
|
|
"control": {
|
|
|
|
"filters": [
|
|
|
|
{
|
|
|
|
"description": "Level Files",
|
|
|
|
"files": [ "*.gmd2", "*.gmd", "*.lvl" ]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"description": "GMD Files",
|
|
|
|
"files": [ "*.gmd" ]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2022-12-13 15:39:45 -05:00
|
|
|
},
|
|
|
|
"overcast-skies": {
|
|
|
|
"type": "custom"
|
2022-09-12 17:37:25 -04:00
|
|
|
}
|
|
|
|
}
|
2022-07-30 12:24:03 -04:00
|
|
|
}
|