Skip to content

Commit

Permalink
add chaos customization
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBearodactyl committed Jun 28, 2024
1 parent 60dae09 commit 1ff57e7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"android": "2.206",
"mac": "2.206"
},
"version": "v1.1.8",
"version": "v1.2.0",
"id": "the_bearodactyl.gay-wave-trail",
"name": "Gay Wave Trail",
"developer": "The Bearodactyl",
Expand Down Expand Up @@ -142,7 +142,7 @@
"default": false
},
"min-y-pos-offset": {
"name": "Maximum Y Position Offset",
"name": "Minimum Y Position Offset",
"description": "the maximum amount the wave trail can be offset from the player's position",
"type": "float",
"default": 0,
Expand All @@ -163,9 +163,9 @@
"slider-step": 0.1
}
},
"max-x-pos-offset": {
"name": "Maximum X Position Offset",
"description": "the maximum amount the wave trail can be offset from the player's position",
"min-x-pos-offset": {
"name": "Minimum X Position Offset",
"description": "the minimum amount the wave trail can be offset from the player's position",
"type": "float",
"default": 0,
"min": -50,
Expand All @@ -174,9 +174,9 @@
"slider-step": 0.1
}
},
"min-x-pos-offset": {
"name": "Minimum X Position Offset",
"description": "the minimum amount the wave trail can be offset from the player's position",
"max-x-pos-offset": {
"name": "Maximum X Position Offset",
"description": "the maximum amount the wave trail can be offset from the player's position",
"type": "float",
"default": 0,
"min": -50,
Expand Down

0 comments on commit 1ff57e7

Please sign in to comment.