Skip to content

Commit

Permalink
WIP improve Xbox button hints
Browse files Browse the repository at this point in the history
  • Loading branch information
JayFoxRox committed Jan 12, 2020
1 parent 04a1210 commit f7b1f11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions desktop_version/src/titlerender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ void titlerender(Graphics& dwgfx, mapclass& map, Game& game, entityclass& obj, U
#endif

dwgfx.Print(5, 175, "[ Press ACTION to Start ]", tr, tg, tb, true);
#ifndef XBOX
dwgfx.Print(5, 195, "ACTION = Space, Z, or V", int(tr*0.5f), int(tg*0.5f), int(tb*0.5f), true);
#else
dwgfx.Print(5, 195, "ACTION = FIXME titlerender.cpp:56", int(tr*0.5f), int(tg*0.5f), int(tb*0.5f), true);
#endif

//dwgfx.Print(5, 215, "Press CTRL-F for Fullscreen", tr, tg, tb, true);

Expand Down

0 comments on commit f7b1f11

Please sign in to comment.