Primera escena ajustada i Abad en 'HD'

This commit is contained in:
2026-03-15 18:19:20 +01:00
parent 3d9746b5f5
commit 6c6c5b62d6
5 changed files with 98 additions and 57 deletions

View File

@@ -5,6 +5,13 @@ local arcade_config = {
sprite_size = { w = 32, h = 32 },
escala = 1.0,
org2arc_escala = 2.0,
tiles_offset = 128,
tiles_per_row = 16,
tiles_per_row_base2 = 4,
tiles_width = 16,
tiles_height = 16,
character_width = 32,
character_height = 32,
fullscreen = false
}