Merge branch 'master' of git.touhou.dev:StellatedCUBE/Jam10
This commit is contained in:
commit
f21126b136
10 changed files with 529 additions and 18 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