Fixed text positioning and removed individual character offsets

This commit is contained in:
m3rein
2020-09-11 16:32:04 +02:00
parent c732b35931
commit 8da6ef64a3
5 changed files with 23 additions and 37 deletions

View File

@@ -7,6 +7,7 @@ class LocationWindow
@window.resizeToFit(name,Graphics.width)
@window.x = 0
@window.y = -@window.height
@window.height = 64
@window.viewport = Viewport.new(0,0,Graphics.width,Graphics.height)
@window.viewport.z = 99999
@currentmap = $game_map.map_id