Skip to content

Commit

Permalink
moved notification time setting
Browse files Browse the repository at this point in the history
  • Loading branch information
pundang committed Jul 9, 2024
1 parent a18b39b commit b62c6d0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"win": "2.206",
"android": "2.206"
},
"version": "v1.1.0",
"version": "v1.1.1",
"id": "elnexreal.menuloop_randomizer",
"name": "Menu Loop Randomizer",
"developer": "elnexreal",
Expand All @@ -26,6 +26,14 @@
"description": "Shows a notification with the name of the currently playing song.",
"name": "Show notification"
},
"notificationTime": {
"type": "float",
"default": 0.5,
"min": 0.1,
"max": 2,
"description": "Modify the time that the notification is on screen",
"name": "Notification time"
},
"randomizeWhenExitingLevel": {
"type": "bool",
"default": true,
Expand All @@ -38,14 +46,6 @@
"description": "Randomize the song when you exit the editor",
"name": "Randomize on editor exit"
},
"notificationTime": {
"type": "float",
"default": 0.5,
"min": 0.1,
"max": 2,
"description": "Modify the time that the notification is on screen",
"name": "Notification time"
},
"useCustomSongsPath": {
"type": "bool",
"default": false,
Expand Down

0 comments on commit b62c6d0

Please sign in to comment.