Hi everyone,
How can I clear the browser cache on startup of my HTML game?
The reason I need to do this is for runtime theming:
if I want to replace my blue dart animation
with a red dart animation
(without having to re-export my game)
I just overwrite the blue 1-7.png's with red 1-7.png's
but I have to clear my browser's cache before this works.
(don't clear cache = blue darts still)
(do clear cache = red darts)
Is there any way with the browser plugin or anything else
that can allow me to make sure the game pulls from file every time?
thank you for any input