Added consts for icon sizes for status and category

This commit is contained in:
Maruno17
2024-06-26 16:26:53 +01:00
parent 03b0fa100a
commit 225549bfce
5 changed files with 10 additions and 6 deletions

View File

@@ -13,6 +13,8 @@ module GameData
DATA = {}
ICON_SIZE = [44, 16]
extend ClassMethodsSymbols
include InstanceMethods

View File

@@ -35,6 +35,8 @@ module GameData
"Description" => [:real_description, "q"]
}
CATEGORY_ICON_SIZE = [64, 28]
extend ClassMethodsSymbols
include InstanceMethods