bios logo smooth move-up animation

This commit is contained in:
minjaesong
2021-09-25 16:00:42 +09:00
parent 39b8996f9c
commit 212296eb3d
3 changed files with 42 additions and 13 deletions

View File

@@ -475,6 +475,7 @@ if (exec_args[1] !== undefined) {
goInteractive = true;
}
else if ("/fancy" == firstSwitch) {
graphics.setBackground(2,3,4);
goFancy = true;
goInteractive = true;
}