Skip to content

Commit

Permalink
Whoops, this wasn't supposed to be changed RE: #14
Browse files Browse the repository at this point in the history
alright taking a break
  • Loading branch information
CrashCringle12 committed Dec 23, 2022
1 parent ee3aa66 commit e0c8051
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ return Def.ActorFrame{
if player == PLAYER_1 then

self:y(_screen.cy + 44)
self:x( _screen.cx - (IsUsingWideScreen() and 356 or 346))
self:x( _screen.cx - (IsUsingWideScreen() and 356 or 336))

elseif player == PLAYER_2 then

self:y(_screen.cy + 97)
self:x( _screen.cx - (IsUsingWideScreen() and 210 or 346))
self:x( _screen.cx - (IsUsingWideScreen() and 210 or 210))
end

if GAMESTATE:IsHumanPlayer(player) then
Expand Down

0 comments on commit e0c8051

Please sign in to comment.