mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Reverse order
This commit is contained in:
parent
350f31f17a
commit
6490471416
@ -1957,8 +1957,8 @@ bool CEvent::DrawButtons()
|
|||||||
{
|
{
|
||||||
DrawTextCenter(gettext ("N"), (10+134)/2, 17);
|
DrawTextCenter(gettext ("N"), (10+134)/2, 17);
|
||||||
DrawTextCenter(gettext ("S"), (10+134)/2, 126);
|
DrawTextCenter(gettext ("S"), (10+134)/2, 126);
|
||||||
DrawTextCenter(gettext ("E"), 14, 70);
|
DrawTextCenter(gettext ("W"), 14, 70);
|
||||||
DrawTextCenter(gettext ("W"), 129, 70);
|
DrawTextCenter(gettext ("E"), 129, 70);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dessine la vitesse.
|
// Dessine la vitesse.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user