diff --git a/Aardwolf_Clock/Aardwolf_Clock.xml b/Aardwolf_Clock/Aardwolf_Clock.xml deleted file mode 100644 index 0c941e6..0000000 --- a/Aardwolf_Clock/Aardwolf_Clock.xml +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - imagecount = 1 - clock_current = {Season = "%4", day = tonumber("%3"), order = clock_seasons["%4"][4]} - local sunrise, sunset = clock_seasons[clock_current.Season][2], clock_seasons[clock_current.Season][3] -if "%1" == "Noon" then -winimg = "im12" -imgcount = 12 -bgcolour = bgday -elseif "%1" == "Midnight" then -winimg = "im12" -imgcount = 24 -bgcolour = bgnight -else -winimg = "im%1" -if "%2" == "a" then -imgcount = tonumber("%1") -else -imgcount = tonumber("%1") + 12 -end -if imgcount >= sunrise and imgcount < sunset then -bgcolour = bgday -elseif imgcount >= sunset or imgcount < sunrise then -bgcolour = bgnight -end -end -update_image(winimg) - - - - - - - tprint(clock_current) - tprint(clock_seasons[clock_current.Season]) - - - - - - - - - diff --git a/Aardwolf_Clock/MUSH_Clock_Images.zip b/Aardwolf_Clock/MUSH_Clock_Images.zip deleted file mode 100644 index 54eb77c..0000000 Binary files a/Aardwolf_Clock/MUSH_Clock_Images.zip and /dev/null differ diff --git a/Aardwolf_Clock/README.md b/Aardwolf_Clock/README.md deleted file mode 100644 index d681258..0000000 --- a/Aardwolf_Clock/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Aardwolf Clock - -This is simply a visual cue to the Aardwolf time, including the Season and day of the season. It keeps track of the appropriate sunrise/sunset for each season and changes the background colour based on whether it's considered day time or night time. - -A couple of notes: - -1. There are options you can change in the plugin. They're scattered about, but the individual sections you can change are commented. -2. There is one section you absolutely MUST change. You need to change the paths to wherever you unzip the Image files to. For example, if you unzipped it to C:\Images, you would need to make the change to "C:/Images/filename.png". - -If you have any questions or problems, notify me either on Aardwolf or use the Issue feature.