Files
monkeygg2.github.io/games/geometry-vibes/TemplateData/Orientation/template.json
T
2025-12-03 15:34:57 -05:00

21 lines
527 B
JSON

{
"name": "GvG2020_2+FullResponsive",
"description": "Template with orientation selection",
"version": "1.0",
"category": "Custom",
"customOptions": [
{
"name": "orientation",
"label": "Screen Orientation",
"tooltip": "Select the desired screen orientation",
"type": "enum",
"default": "Landscape",
"enumValues": [
"Portrait",
"Landscape",
"Both"
]
}
]
}