Browse Source

Add tips. [ci skip]

aster2013 11 years ago
parent
commit
1848bd10ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Bin/Data/LuaScripts/33_Urho2DSpriterAnimation.lua

+ 1 - 1
Bin/Data/LuaScripts/33_Urho2DSpriterAnimation.lua

@@ -69,7 +69,7 @@ end
 function CreateInstructions()
 function CreateInstructions()
     -- Construct new Text object, set string to display and font to use
     -- Construct new Text object, set string to display and font to use
     local instructionText = ui.root:CreateChild("Text")
     local instructionText = ui.root:CreateChild("Text")
-    instructionText:SetText("Use WASD keys and mouse to move, Use PageUp PageDown to zoom.")
+    instructionText:SetText("Click mouse to play next animation, \nUse WASD keys and mouse to move, Use PageUp PageDown to zoom.")
     instructionText:SetFont(cache:GetResource("Font", "Fonts/Anonymous Pro.ttf"), 15)
     instructionText:SetFont(cache:GetResource("Font", "Fonts/Anonymous Pro.ttf"), 15)
 
 
     -- Position the text relative to the screen center
     -- Position the text relative to the screen center