Skip to content

Commit

Permalink
Cambia tamaño textbox ¿Qué debería hacer...
Browse files Browse the repository at this point in the history
  • Loading branch information
dpertierra committed Jan 29, 2025
1 parent 73a5f25 commit c90668c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def initialize(viewport, z)
self.y = Graphics.height - 96
# Create message box (shows "What will X do?")
@msgBox = Window_UnformattedTextPokemon.newWithSize(
"", self.x + 16, self.y + 2, 230, Graphics.height - self.y, viewport
"", self.x + 16, self.y + 2, 240, Graphics.height - self.y, viewport
)
@msgBox.baseColor = TEXT_BASE_COLOR
@msgBox.shadowColor = TEXT_SHADOW_COLOR
Expand Down

0 comments on commit c90668c

Please sign in to comment.