- Joined
- Sep 19, 2020
- Messages
- 5
- Reaction score
- 0
- First Language
- Spanish
- Primarily Uses
- RMMV
In the Playtest, I accidentally hit F5, it is difficult for me to explain what happens but this can help me explain:(What does F5 do?)What reset are you talking about? It's not clear to me, even with this picture that only shows a map, a party, and the UI touch event, what you want to remove.
F5 refreshes/reloads the page.
@franapo0990: save this as a .js file and import it as a plugin~
Code:(function() { var alias = SceneManager.onKeyDown; SceneManager.onKeyDown = function(event) { if (event.keyCode !== 116) alias.call(this, event); }; })();
You need to add this as a plugin and turn it on. I don't get it why you've uploaded the picture then...Thanks caethyril, but i don't know how to use it. And if it works automatically. It didn't work
I thought the UI touch event had been set when I pressed F5. That's why I had put that image, I see that I was wrongYou need to add this as a plugin and turn it on. I don't get it why you've uploaded the picture then...