made basic level
This commit is contained in:
parent
d02d369c13
commit
8408bc05e2
10 changed files with 501 additions and 17 deletions
|
@ -3,9 +3,9 @@ extends Player
|
|||
class_name DownhillAutoscrollerPlayer
|
||||
|
||||
export var min_speed : float = 3
|
||||
export var max_speed : float = 16
|
||||
export var player_initiated_acceleration : float = 8
|
||||
export var boost_per_second : float = 10
|
||||
export var max_speed : float = 11
|
||||
export var player_initiated_acceleration : float = 5
|
||||
export var boost_per_second : float = 6
|
||||
|
||||
var last_contacted_map_elem_type : int = Constants.MapElemType.SQUARE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue