From 3cc4835e313ae07665e75110e9e1b23df33e6aa7 Mon Sep 17 00:00:00 2001 From: Issac332 <119879937+Issac8658@users.noreply.github.com> Date: Sun, 19 Jul 2026 15:16:33 +0300 Subject: [PATCH] bro wtf --- scripts/Game_Player.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Game_Player.rb b/scripts/Game_Player.rb index 4dc443e..83bee85 100644 --- a/scripts/Game_Player.rb +++ b/scripts/Game_Player.rb @@ -40,7 +40,7 @@ class Game_Player < Game_Character #-------------------------------------------------------------------------- def center(x, y) max_x = ($game_map.width - (Graphics.width / 32)) * 128 - max_y = ($game_map.height - (Graphics.height / 28)) * 128 + max_y = ($game_map.height - (Graphics.height / 32)) * 128 $game_map.display_x = [0, [x * 128 - @center_x, max_x].min].max $game_map.display_y = [0, [y * 128 - @center_y, max_y].min].max end