Basic events system started.
This commit is contained in:
@@ -7,7 +7,8 @@ enum Direction {
|
||||
EAST,
|
||||
}
|
||||
|
||||
var speed:float = 150;
|
||||
var speed:float = 200;
|
||||
var runSpeed:float = 400;
|
||||
var friction:float = 8.5;
|
||||
var gravity:float = 30;
|
||||
|
||||
|
Reference in New Issue
Block a user