summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/ui/editor/HelpCursor.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/javascripts/ui/editor/HelpCursor.js')
-rw-r--r--public/assets/javascripts/ui/editor/HelpCursor.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/public/assets/javascripts/ui/editor/HelpCursor.js b/public/assets/javascripts/ui/editor/HelpCursor.js
index 842e871..b2f411d 100644
--- a/public/assets/javascripts/ui/editor/HelpCursor.js
+++ b/public/assets/javascripts/ui/editor/HelpCursor.js
@@ -3,8 +3,12 @@ var HelpCursor = View.extend({
el: "#helpCursor",
messages: {
- start: "Welcome to Vvalls!",
- move: "Use the up and down keys to move around. Use left and right to pivot. WASD works too.",
+ start: "Welcome to Vvalls! Click one of the tools at right to learn how it works.",
+ media: "This is where you pick media to go on the walls. You can upload media, paste links, or use some of the found media.",
+ presets: "These presets will affect on all the walls. Click some of them to see the walls change.",
+ wallpaper: "Drag the wallpaper onto the walls, floor, and ceiling.",
+ colors: "",
+ settings: "This is where you publish your project.",
},
shown: {},