added more tomes

This commit is contained in:
2026-01-25 00:59:34 +01:00
parent 9ab4a13244
commit a95e22d2fa
79 changed files with 2429 additions and 337 deletions

View File

@@ -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)