mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Renamed inventory to collectedThangIDs for Collects. #59
This commit is contained in:
parent
2bc92f1a6e
commit
023fd40767
2 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@
|
|||
background-position-x: -1 * $iconSize
|
||||
&.prop-label-icon-target
|
||||
background-position-x: -2 * $iconSize
|
||||
&.prop-label-icon-inventory
|
||||
&.prop-label-icon-collectedThangIDs
|
||||
background-position-x: -3 * $iconSize
|
||||
&.prop-label-icon-visualRange
|
||||
background-position-x: -4 * $iconSize
|
||||
|
|
|
@ -261,7 +261,7 @@ module.exports = class LevelHUDView extends CocoView
|
|||
return null # included in the bar
|
||||
context =
|
||||
prop: prop
|
||||
hasIcon: prop in ['health', 'pos', 'target', 'inventory', 'gold', 'bountyGold', 'visualRange', 'attackDamage', 'attackRange', 'maxSpeed']
|
||||
hasIcon: prop in ['health', 'pos', 'target', 'collectedThangIDs', 'gold', 'bountyGold', 'visualRange', 'attackDamage', 'attackRange', 'maxSpeed']
|
||||
hasBar: prop in ['health']
|
||||
$(prop_template(context))
|
||||
|
||||
|
|
Loading…
Reference in a new issue