mirror of https://github.com/teverse/teverse
0.17
This commit is contained in:
parent
9f10e167d6
commit
cf1b24979b
core
|
@ -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")
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue