Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
LilDrippyMyFnf
GitHub Repository: LilDrippyMyFnf/FNF-BitEnigne
Path: blob/master/compressed/menuALT.cpp
939 views
1
class ALT {
2
trace('this is a ALT of the main menu,to return,press 7','7');
3
trace('you got here by pressing 9 on the main menu screen');
4
}
5
ifkeypressed('7');
6
fetch('mainmenu')
7