2023-08-09 15:27:55 +00:00
|
|
|
// help text
|
2023-07-16 14:47:09 +00:00
|
|
|
const unsigned char helpString[] =
|
|
|
|
"World of Cow by Aviv Romem\n"
|
|
|
|
"Left/Middle mouse to control camera rotation/Position.\n"
|
|
|
|
"Scroll wheel to control camera zoom.\n"
|
|
|
|
"WASD keys to control the cow.\n"
|
2023-07-22 12:47:51 +00:00
|
|
|
"QE to rotate cow(when in control movement mode).\n"
|
|
|
|
"Different parts of the cow can be controlled by selecting\n a different part in the right click menu(under 'Control Cow').\n"
|
2023-07-16 14:47:09 +00:00
|
|
|
"Left click/scroll wheel on a slider to change its value.\n"
|
|
|
|
"ESC to close this popup, ESC again to exit the program.\n"
|
|
|
|
;
|