mirror of
https://github.com/minetest-mods/camera.git
synced 2025-01-09 09:30:34 +01:00
Fix copywrite notice
This commit is contained in:
parent
f6db3c438e
commit
5902b1aa2f
3
init.lua
3
init.lua
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
|
||||||
|
Copyright 2016-2017 - Auke Kok <sofar@foo-projects.org>
|
||||||
Copyright 2017 - Elijah Duffy <theoctacian@gmail.com>
|
Copyright 2017 - Elijah Duffy <theoctacian@gmail.com>
|
||||||
|
|
||||||
License:
|
License:
|
||||||
@ -126,7 +127,7 @@ function camera:on_step(dtime)
|
|||||||
speed = math.min(speed + 0.1, 20)
|
speed = math.min(speed + 0.1, 20)
|
||||||
end
|
end
|
||||||
if ctrl.down then
|
if ctrl.down then
|
||||||
-- backward acccelerate
|
-- backward accelerate
|
||||||
speed = math.max(speed - 0.1, -20)
|
speed = math.max(speed - 0.1, -20)
|
||||||
end
|
end
|
||||||
if ctrl.jump then
|
if ctrl.jump then
|
||||||
|
Loading…
Reference in New Issue
Block a user