summaryrefslogtreecommitdiff
path: root/game/misc.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/misc.rpy')
-rw-r--r--game/misc.rpy7
1 files changed, 6 insertions, 1 deletions
diff --git a/game/misc.rpy b/game/misc.rpy
index 0313cc5..13e6756 100644
--- a/game/misc.rpy
+++ b/game/misc.rpy
@@ -227,7 +227,10 @@ label clear_cache:
$renpy.full_restart()
jump start
-image spinner:
+image spinner = "gfx/spinner.png"
+
+init 5 python:
+ """
"gfx/spinner.png"
rotate 30.0
pause 0.05
@@ -265,4 +268,6 @@ image spinner:
#rotate 360.0
pause 0.05
repeat
+ """
+ pass