mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-05 08:07:51 -05:00
fixed lint errors in d2resource (#688)
This commit is contained in:
parent
fe992699b5
commit
319e1f0245
@ -88,17 +88,19 @@ const (
|
||||
GamePanels = "/data/global/ui/PANEL/800ctrlpnl7.dc6"
|
||||
GameGlobeOverlap = "/data/global/ui/PANEL/overlap.DC6"
|
||||
HealthManaIndicator = "/data/global/ui/PANEL/hlthmana.DC6"
|
||||
GameSmallMenuButton = "/data/global/ui/PANEL/menubutton.DC6" // TODO: Used for inventory popout
|
||||
SkillIcon = "/data/global/ui/PANEL/Skillicon.DC6" // TODO: Used for skill icon button
|
||||
AddSkillButton = "/data/global/ui/PANEL/level.DC6"
|
||||
|
||||
// Issue #685 - used in the mini-panel
|
||||
GameSmallMenuButton = "/data/global/ui/PANEL/menubutton.DC6"
|
||||
SkillIcon = "/data/global/ui/PANEL/Skillicon.DC6"
|
||||
|
||||
// --- Mouse Pointers ---
|
||||
|
||||
CursorDefault = "/data/global/ui/CURSOR/ohand.DC6"
|
||||
|
||||
// --- Fonts & Locale (strings) ---
|
||||
|
||||
LanguageFontToken = "{LANG_FONT}"
|
||||
LanguageFontToken = "{LANG_FONT}" //nolint:gosec // this is just a format string
|
||||
LanguageTableToken = "{LANG}"
|
||||
Font6 = "/data/local/FONT/" + LanguageFontToken + "/font6"
|
||||
Font8 = "/data/local/FONT/" + LanguageFontToken + "/font8"
|
||||
|
Loading…
Reference in New Issue
Block a user