-
Notifications
You must be signed in to change notification settings - Fork 1
/
k-script.html
41 lines (41 loc) · 1.11 KB
/
k-script.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head>
<title>K-Script Hub</title>
<link rel="shortcut icon" href="Icon.png">
</head>
<body>
<h1>Unnamed Game Version hub</h1>
<h2>Version 0.1.0</h2>
<ul>
<li>added basic bugy rpg movement: wasd/mouse movement</li>
<li>added basic bugy jumping with space</li>
<li>added temporary world with bugy collision</li>
<li><a href="k-script/Version 0.1.0.rar">download here</a></li>
</ul>
<h2>Version 0.1.1</h2>
<ul>
<li>removed some bugs from keyboard/mouse movement</li>
<li>jumping is slightly less glitchy, tweaked slightly</li>
<li>fixed collision while moving forward with new momentum-based movement, but only for forward, and still needs some debugging</li>
<li>right click to change camera angle, 50% faster</li>
<li>walls around the world, can't be climbed like terrain</li>
<li><a href="k-script/Version 0.1.1.rar">download here</a></li>
</ul>
</body>
<footer>
<style>
h1 {
color:#00ffff
}
h2 {
color:#00ffff
}
html {
background:#e0e0e0
}
table {
color: #101010
}
</style>
</footer>
</html>