mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 15:44:23 +00:00
Tune MovePhysics
default parameters
This commit is contained in:
parent
6e14678239
commit
67c17808b8
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ signal dropped
|
|||
signal fallen
|
||||
|
||||
|
||||
@export var acceleration = 2500.0
|
||||
@export var linear_damp = 50.0
|
||||
@export var acceleration = 650.0
|
||||
@export var linear_damp = 18.0
|
||||
|
||||
var cursor: Cursor = null
|
||||
|
||||
|
|
Loading…
Reference in a new issue