datas: add back sonic-boost physic datafile
This commit is contained in:
parent
c2fa55f746
commit
01414cc602
1 changed files with 10 additions and 0 deletions
10
sonic-boost.love/datas/subgame/sonic-boost/physics.lua
Normal file
10
sonic-boost.love/datas/subgame/sonic-boost/physics.lua
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
return {
|
||||||
|
acc = 0.2, -- Basic acceleration
|
||||||
|
dec = 0.5, -- Basic deceleration
|
||||||
|
grv = 1.3, -- Gravity
|
||||||
|
max = 4, -- DEPRECATED: max speed
|
||||||
|
jmp = 4, -- DEPRECATED: jump initial velocity
|
||||||
|
boost = 1.2,-- Boost value when you are dashing compared to your max speed.
|
||||||
|
side = 2.5, -- sidestep speed
|
||||||
|
spring = 4, -- Spring initial velocity
|
||||||
|
}
|
Loading…
Reference in a new issue