|
|
@@ -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
|