More characters customization

This commit is contained in:
chardub
2025-04-27 12:17:35 -04:00
parent 4a19fbc754
commit 6536fcda77
10 changed files with 333 additions and 55 deletions

View File

@@ -149,7 +149,6 @@ class TilemapRenderer
# Try to load expanded autotile from cache first
cached_path = File.join("Graphics", "Autotiles/ExpandedAutotiles", "#{filename}.png")
if FileTest.exist?(cached_path)
echoln "Loading cached expanded autotile for #{filename}"
bitmap = RPG::Cache.load_bitmap(EXPANDED_AUTOTILES_FOLDER, filename)
duration = AUTOTILE_FRAME_DURATION