added more tomes
This commit is contained in:
@@ -512,6 +512,7 @@ func _update_ui():
|
||||
sprite.centered = false # Like inspiration system
|
||||
sprite.position = Vector2(4, 4) # Like inspiration system
|
||||
sprite.scale = Vector2(2.0, 2.0) # 2x size as requested
|
||||
ItemDatabase.apply_item_colors_to_sprite(sprite, equipped_item)
|
||||
button.add_child(sprite)
|
||||
|
||||
# Add quantity label if item can have multiple (like arrows, bombs)
|
||||
@@ -594,6 +595,7 @@ func _update_ui():
|
||||
sprite.centered = false # Like inspiration system
|
||||
sprite.position = Vector2(4, 4) # Like inspiration system
|
||||
sprite.scale = Vector2(2.0, 2.0) # 2x size as requested
|
||||
ItemDatabase.apply_item_colors_to_sprite(sprite, item)
|
||||
button.add_child(sprite)
|
||||
|
||||
# Add quantity label if item quantity > 1 (show for all stacked items)
|
||||
|
||||
Reference in New Issue
Block a user