mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-19 07:47:34 -04:00
Added dropdown option type
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
"key": "movement",
|
||||
"options": [
|
||||
{
|
||||
"type": "RadioTabs",
|
||||
"type": "Dropdown",
|
||||
"key": "L_for_fast",
|
||||
"default": "x2",
|
||||
"values": [
|
||||
@@ -53,6 +53,17 @@
|
||||
"x6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "RadioTabs",
|
||||
"key": "L_for_fast2",
|
||||
"default": "x2",
|
||||
"values": [
|
||||
"off",
|
||||
"x2",
|
||||
"x4",
|
||||
"x6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Checkbox",
|
||||
"key": "L_to_levitate",
|
||||
@@ -63,6 +74,11 @@
|
||||
"key": "always_quickspin",
|
||||
"default": false
|
||||
},
|
||||
{
|
||||
"type": "Color",
|
||||
"key": "heart_color",
|
||||
"default": [255, 50, 50]
|
||||
},
|
||||
{
|
||||
"type": "Range",
|
||||
"key": "link_size",
|
||||
|
||||
Reference in New Issue
Block a user