Redoing user experience

This commit is contained in:
ZioPao
2023-11-06 14:28:03 +01:00
parent 4035423590
commit 0ef3f7284f
9 changed files with 337 additions and 12 deletions

View File

@@ -16,6 +16,7 @@ StaticData.SIDES_STRINGS = {
-- Assembled BodyParts string
---@enum
StaticData.LIMBS_STRINGS = {}
StaticData.BODYPARTSTYPES_ENUM = {}
StaticData.LIMBS_DEPENDENCIES = {}
StaticData.LIMBS_CICATRIZATION_TIME = {}
@@ -27,6 +28,7 @@ for i = 1, #StaticData.SIDES_STRINGS do
-- Assembled strings
StaticData.LIMBS_STRINGS[assembledName] = assembledName
StaticData.BODYPARTSTYPES_ENUM[assembledName] = BodyPartType[assembledName]
-- Dependencies and cicatrization time
if part == StaticData.PARTS_STRINGS.Hand then