Skip to content

Commit

Permalink
Fix config sort
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFast-js committed Oct 14, 2024
1 parent 8679299 commit 1c9b624
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ object RenderingConfig : Config() {
type = ConfigType.COLOR,
name = "Hitbox Color",
category = "Rendering",
subcategory = "Misc"
subcategory = "Misc",
parentName = "Show Advanced Dragon Hitbox"
)
var advancedDragonHitboxColor = Color(0x55FF91)

Expand Down

0 comments on commit 1c9b624

Please sign in to comment.