I am using a plugin, which works in game, but not when played in a browser.
The plugin: http://mvplugins.tordamian.com/plugins/mouse-system-ex/
But that is not important as the line in question is this:
.container {
cursor: url("../img/cursors/default.png") 0 0, default;
}
Firefox, Edge and Chrome all fail to perform this CSS rule. Firefox states:
"Invalid property value".
A google shows multiple people getting this error not in RPG Maker but in web browsers in general, but after reading dozens of them I cannot find a single answer, nobody seems to know what is going on.
As I say it works completely fine when playing the RPG maker game as a standalone.
The plugin: http://mvplugins.tordamian.com/plugins/mouse-system-ex/
But that is not important as the line in question is this:
.container {
cursor: url("../img/cursors/default.png") 0 0, default;
}
Firefox, Edge and Chrome all fail to perform this CSS rule. Firefox states:
"Invalid property value".
A google shows multiple people getting this error not in RPG Maker but in web browsers in general, but after reading dozens of them I cannot find a single answer, nobody seems to know what is going on.
As I say it works completely fine when playing the RPG maker game as a standalone.