Fix damage pop UI paths and card hover tooltip support
This commit is contained in:
@@ -38,6 +38,8 @@ function writeCodeblocks() {
|
||||
prop('number', 'DmgPopSeq', '0'),
|
||||
prop('number', 'CombatCameraShakeSeq', '0'),
|
||||
prop('any', 'DmgPopSlotQueue'),
|
||||
prop('number', 'PlayerDmgPopIndex', '0'),
|
||||
prop('any', 'HpBarOrigins'),
|
||||
prop('any', 'EndTurnHandler'),
|
||||
prop('any', 'NewGameHandler'),
|
||||
prop('any', 'WarriorSelectHandler'),
|
||||
@@ -78,6 +80,7 @@ function writeCodeblocks() {
|
||||
prop('string', 'ClassDeckTitle', '""'),
|
||||
prop('string', 'ClassDeckClass', '""'),
|
||||
prop('string', 'GridHoverPath', '""'),
|
||||
prop('boolean', 'GridScrollActive', 'false'),
|
||||
prop('any', 'SoulUnlocks'),
|
||||
prop('any', 'SoulShopDef'),
|
||||
prop('boolean', 'SoulShopBound', 'false'),
|
||||
|
||||
Reference in New Issue
Block a user