add player mph in Gamescene.gd
This commit is contained in:
parent
6fec533222
commit
35a288d34f
3 changed files with 9 additions and 6 deletions
|
@ -2,9 +2,9 @@ extends Player
|
|||
|
||||
class_name DownhillAutoscrollerPlayer
|
||||
|
||||
export var min_speed : float = 2
|
||||
export var max_speed : float = 10
|
||||
export var player_initiated_acceleration : float = 6
|
||||
export var min_speed : float = 3
|
||||
export var max_speed : float = 16
|
||||
export var player_initiated_acceleration : float = 8
|
||||
|
||||
var last_contacted_map_elem_type : int = Constants.MapElemType.SQUARE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue