Fix player height (not working with scale)

This commit is contained in:
2016-05-26 18:53:36 +02:00
parent 2b0e22d4c9
commit 1c59a3bc6f
8 changed files with 44 additions and 13 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"world": {
"heightmap": "worlds/small.png",
"scale": 1
},
"player": {
"startposition": [ 20, 5, 20 ]
},
"objects": [],
"enemies": []
}