add player mph in Gamescene.gd

This commit is contained in:
D L 2023-01-27 14:30:20 -08:00
parent 6fec533222
commit 35a288d34f
3 changed files with 9 additions and 6 deletions

View file

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