commit 98b84cdb93c4446f92839f39d39bf84a2bd3b71c
parent 9e773bf4923bba3d47474f22c5669d90272d0ddf
Author: FIGBERT <figbert@figbert.com>
Date: Fri, 1 Jan 2021 13:53:58 -0800
Fix unused variable warning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/sevivon.gd b/scripts/sevivon.gd
@@ -7,7 +7,7 @@ const MIN_FORCE = 5
const MAX_FORCE = 12
var has_spun = false
-func _physics_process(delta):
+func _physics_process(_delta):
var accel = Input.get_accelerometer()
if accel.length() > ACCEL_THRESHOLD:
randomize()