fix: virus
This commit is contained in:
@@ -4,7 +4,7 @@ extends Node2D
|
||||
enum ActionState {None, Cycling, Firing, Charging}
|
||||
enum MoveState {Still, Moving, Dashing, Knockback}
|
||||
|
||||
@export var speed = 100 # How fast the player will move (pixels/sec).
|
||||
@export var speed = 200 # How fast the player will move (pixels/sec).
|
||||
@export var dash_cooldown = 0.3
|
||||
@export var hand_size = 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user