mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix skill level buttons positions
This commit is contained in:
parent
10fbf3bf65
commit
bf493e706d
@ -1898,12 +1898,12 @@ CEvent::CreateButtons (Sint32 phase)
|
||||
{
|
||||
if (message == EV_PHASE_SKILL1)
|
||||
{
|
||||
pos.x = 117;
|
||||
pos.x = 117 + LXOFFSET;
|
||||
pos.y = 115;
|
||||
}
|
||||
if (message == EV_PHASE_SKILL2)
|
||||
{
|
||||
pos.x = 117;
|
||||
pos.x = 117 + LXOFFSET;
|
||||
pos.y = 115 + 42;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user