Finished ResleeveUI implementation (untested)

This commit is contained in:
danielyxie
2019-01-17 07:40:43 -08:00
parent 19f65de555
commit 10231b6c66
11 changed files with 320 additions and 73 deletions
+4
View File
@@ -477,6 +477,10 @@ const Engine = {
}
},
loadSleevesContent: function() {
},
//Helper function that hides all content
hideAllContent: function() {
Engine.Display.terminalContent.style.display = "none";