|
From: <tre...@us...> - 2007-10-22 12:01:28
|
Revision: 536
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=536&view=rev
Author: trevorolio
Date: 2007-10-22 05:01:32 -0700 (Mon, 22 Oct 2007)
Log Message:
-----------
More help information.
Modified Paths:
--------------
maven/trunk/ogoglio-server/src/main/resources/siteTemplates/spaceui.js
Modified: maven/trunk/ogoglio-server/src/main/resources/siteTemplates/spaceui.js
===================================================================
--- maven/trunk/ogoglio-server/src/main/resources/siteTemplates/spaceui.js 2007-10-22 11:43:50 UTC (rev 535)
+++ maven/trunk/ogoglio-server/src/main/resources/siteTemplates/spaceui.js 2007-10-22 12:01:32 UTC (rev 536)
@@ -139,7 +139,7 @@
text = message;
}
- chatHistory.innerHTML += "<strong>" + username + "</strong>: " + markupChatMessage(text) + "<br />";
+ chatHistory.innerHTML += "<span class='chatUsername'>" + username + "</span>: " + markupChatMessage(text) + "<br />";
chatHistory.scrollTop = chatHistory.scrollHeight;
focusCommandField();
}
@@ -201,9 +201,10 @@
}
function getHelpMessage(){
- var helpMessage = "Help: Drag the mouse up/down and left/right to move your camera.<br/>";
- helpMessage += "Press the \"escape\" key resets your camera.<br/>"
- helpMessage += "PageUp/PageDown tilts the camera.";
+ var helpMessage = "Help: Click the 3D scene and use your arrow keys to explore.<br/>"
+ helpMessage += "Drag the mouse up/down and left/right to move your camera.<br/>";
+ helpMessage += "Press the escape key to reset your camera.<br/>"
+ helpMessage += "PageUp/PageDown tilts your camera.";
return helpMessage;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|