summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/index.html b/index.html
index 9f173e4..0dc8861 100644
--- a/index.html
+++ b/index.html
@@ -45,6 +45,7 @@ body {
</style>
</head>
<body>
+ <script src="js/generating.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/Three.js"></script>
<script src="js/Detector.js"></script>
@@ -52,6 +53,7 @@ body {
<script src="js/3D_Landscape.js"></script>
<script src="js/shortcuts.js"></script>
<script src="js/pb.js"></script>
+ <script src="js/username.js"></script>
<table border="0" cellpadding="10">
<tr>
<td>
@@ -73,18 +75,15 @@ body {
<table id="form_table" border="0">
<tr>
<td>Texture URL:</td>
- <td colspan="2"><input type="text" id="texture" size="35" value="http://someurl.jpg" /></td>
+ <td colspan="2"><input type="text" id="texture" size="35" value="http://someurl.biz/someimage.jpg" /></td>
</tr>
<tr>
<td>Heightmap URL:</td>
- <td colspan="2"><input type="text" id="heightmap" size="35"
- value="http://someurl.jpg" /><br /></td>
+ <td colspan="2"><input type="text" id="heightmap" size="35" value="http://someurl.biz/someimage.jpg" /><br /></td>
</tr>
<tr>
- <td><input type="button" value="Load New" id="change"
- onClick="loadNew()" /></td>
- <td><input type="button" value="Save as Image" id="save"
- onClick="saveScene()" /></td>
+ <td><input type="button" value="Save as Image" id="save" onClick="saveScene()" /></td>
+ <td><input type="button" value="Load New" id="change" onClick="loadNew()" /></td>
</tr>
</table>
</form>