Merge pull request #38 from OpenStarbound/SilverSokolova-patch-1

HD cursor + move debug menu
This commit is contained in:
Kae 2024-03-16 18:36:26 +11:00 committed by GitHub
commit 5499b04e9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -17,6 +17,8 @@
"debugFont" : "iosevka-semibold",
"debugFontSize" : 7,
"debugFontDirectives" : "?border=1;111a;1114",
"debugSpatialClearTime" : 0.0,
"debugOffset" : [80, 130],
// Change planet name to support the new internal string formatting.
"planetNameFormatString" : "- {} -",
@ -25,8 +27,5 @@
"buttonClickSound" : [ "/sfx/interface/button/click.wav" ],
"buttonReleaseSound" : [ "/sfx/interface/button/release.wav" ],
"buttonHoverSound" : [ "/sfx/interface/button/hover.wav" ],
"buttonHoverOffSound" : [ "/sfx/interface/button/hover_off.wav" ],
"debugSpatialClearTime" : 0.0,
"debugOffset" : [80, 80]
}
"buttonHoverOffSound" : [ "/sfx/interface/button/hover_off.wav" ]
}