This commit is contained in:
teverse 2020-02-02 19:10:19 +00:00
parent 9f10e167d6
commit cf1b24979b
2 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,7 @@ print("loading chars")
local controller = {}
-- set to false for debugging purposes.
local CLIENT_PREDICTION = true
local CLIENT_PREDICTION = false
controller.character = nil -- server creates this
controller.camera = require("tevgit:core/client/cameraController.lua")

View File

@ -44,8 +44,6 @@ function onConnection(client)
colour = colour:random(),
position = vector3(0, 20, 0),
static = false,
rollingFriction = 1.5,
spinningFriction = 1.5,
friction = 1.5,
linearDamping = 0.5,
-- mesh = "primitive:sphere",