made basic level

This commit is contained in:
D L 2023-01-27 23:13:06 -08:00
parent d02d369c13
commit 8408bc05e2
10 changed files with 501 additions and 17 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