Minor tweaks

This commit is contained in:
Maruno17
2020-09-12 18:21:05 +01:00
parent e4436c0fa3
commit 6ac7aca902
11 changed files with 118 additions and 119 deletions

View File

@@ -127,7 +127,7 @@ def pbDebugVariableScreen(id)
$game_variables[id] = [$game_variables[id],-99999999].max
elsif $game_variables[id].is_a?(String)
value = pbMessageFreeText(_INTL("Set variable {1}.",id),
$game_variables[id],false,256,Graphics.width)
$game_variables[id],false,250,Graphics.width)
$game_variables[id] = value
end
end