From e5d410d3eaa27428290da8cdaeedf789c897b97f Mon Sep 17 00:00:00 2001 From: Jonathan Herrewijnen Date: Mon, 10 Oct 2022 19:44:10 +0000 Subject: [PATCH] 'MiscCodes/loading_ring.gd' updaten test --- 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)