Merge branch 'master' of git.touhou.dev:StellatedCUBE/Jam10

This commit is contained in:
gemdude46 2023-01-28 09:27:57 +00:00
commit f21126b136
10 changed files with 529 additions and 18 deletions

View file

@ -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