diff options
author | Tim Angus <tim@ngus.net> | 2006-01-26 17:19:35 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-01-26 17:19:35 +0000 |
commit | 7903a19196c7ebc30bd66c99860bd04c981ef281 (patch) | |
tree | 32434eed38f1e6c3fd33f5c3d735586b757a86f8 /src/cgame/cg_tutorial.c | |
parent | 608a95f42c08146d7e85fa876476d98365339a32 (diff) |
* Added some level 1 text to tutorial system
Diffstat (limited to 'src/cgame/cg_tutorial.c')
-rw-r--r-- | src/cgame/cg_tutorial.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cgame/cg_tutorial.c b/src/cgame/cg_tutorial.c index 8439f34a..cbfd24bb 100644 --- a/src/cgame/cg_tutorial.c +++ b/src/cgame/cg_tutorial.c @@ -239,6 +239,9 @@ CG_AlienLevel1Text static void CG_AlienLevel1Text( char *text, playerState_t *ps ) { Q_strcat( text, MAX_TUTORIAL_TEXT, + "Touch a human to grab it\n" ); + + Q_strcat( text, MAX_TUTORIAL_TEXT, va( "Press %s to swipe\n", CG_KeyNameForCommand( "+attack" ) ) ); |