a game about throwing hammers made for the github game off
Diffstat (limited to 'fx/dust.gd')
-rw-r--r--fx/dust.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/fx/dust.gd b/fx/dust.gd
index 2974472..6bc9386 100644
--- a/fx/dust.gd
+++ b/fx/dust.gd
@@ -4,4 +4,4 @@ var motion := Vector2(randf_range(-20, 20), randf_range(-10, 10))
func _process(delta: float) -> void:
- position += motion * delta
+ position += motion * delta