From 4b4306f6d53fa4d0ef4e8e1976ed377430755942 Mon Sep 17 00:00:00 2001 From: Jonathan Herrewijnen Date: Mon, 10 Oct 2022 22:13:22 +0200 Subject: [PATCH] Testing commits for activity tracker --- MiscCodes/loading_ring.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MiscCodes/loading_ring.gd b/MiscCodes/loading_ring.gd index 42d7f65..85b480a 100644 --- a/MiscCodes/loading_ring.gd +++ b/MiscCodes/loading_ring.gd @@ -1,4 +1,4 @@ extends Sprite func _physics_process(delta): - rotate(0.1) + rotate(0.2)