summaryrefslogtreecommitdiffhomepage
path: root/templates/standard_game/screens/screen_title.c
diff options
context:
space:
mode:
Diffstat (limited to 'templates/standard_game/screens/screen_title.c')
-rw-r--r--templates/standard_game/screens/screen_title.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/standard_game/screens/screen_title.c b/templates/standard_game/screens/screen_title.c
index 67a51a0f..328448ba 100644
--- a/templates/standard_game/screens/screen_title.c
+++ b/templates/standard_game/screens/screen_title.c
@@ -4,7 +4,7 @@
*
* Title Screen Functions Definitions (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2018 Ramon Santamaria (@raysan5)
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.
@@ -51,7 +51,7 @@ void UpdateTitleScreen(void)
{
// TODO: Update TITLE screen variables here!
- // Press enter to change to GAMEPLAY screen
+ // Press enter or tap to change to GAMEPLAY screen
if (IsKeyPressed(KEY_ENTER) || IsGestureDetected(GESTURE_TAP))
{
//finishScreen = 1; // OPTIONS