瀏覽代碼

Add tips. [ci skip]

aster2013 11 年之前
父節點
當前提交
1848bd10ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Bin/Data/LuaScripts/33_Urho2DSpriterAnimation.lua

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

@@ -69,7 +69,7 @@ end
 function CreateInstructions()
     -- Construct new Text object, set string to display and font to use
     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)
 
     -- Position the text relative to the screen center