fix: virus

This commit is contained in:
SondreElg
2025-10-04 17:23:23 +02:00
parent 1032278c46
commit dd07f52e34
3 changed files with 5 additions and 5 deletions

View File

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