pokeradar ui new line fix

This commit is contained in:
infinitefusion
2022-04-23 10:02:59 -04:00
parent 4324b04adc
commit 88d20665ac
14 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ class PokeRadar_UI
@sprites[iconId].z = 100
@current_x += ICON_MARGIN_X
if @current_x >= ICON_LINE_END
if @current_x > ICON_LINE_END
@current_x = ICON_START_X
@current_y +=ICON_MARGIN_Y
@sprites["background"].zoom_y += 1