[player] Implemented generator reset.

This commit is contained in:
badlogic 2019-12-14 02:29:32 +01:00
parent 121467572c
commit 033703e900

View File

@ -138,7 +138,9 @@ body {
var newButton = topBar.children[0];
newButton.onclick = function() {
player.stopRendering();
UI.show(dropZone);
UI.clear(editor);
UI.hide(editor);
}
var downloadButton = topBar.children[1];