1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-16 20:13:24 +01:00

delete old scripts

This commit is contained in:
suchmememanyskill 2021-07-27 17:43:47 +02:00
parent f5a4eec6bb
commit e42cc4c8eb
2 changed files with 0 additions and 48 deletions

View file

@ -1,17 +0,0 @@
println("Testing pause")
x = pause()
println(x.raw, " ", x.a, "", x.power)
println("Testing masked pause")
x = pause(1 << 3)
println(x.raw, " ", x.a)
color(0xFF0000)
println("This text should be red!")
color(0x00FF00)
println("and this green!")
COLOR_RED = 0xFF0000
COLOR_BLUE = 0x0000FF
menu(["a", "b", "c"], 1, [COLOR_BLUE, COLOR_RED | 0x1000000, COLOR_BLUE]).print()
exit()

View file

@ -1,31 +0,0 @@
#REQUIRE VER 3.0.6
#REQUIRE MINERVA
#REQUIRE KEYS
a="Hello world!\n"
a.print()
if (emmcread("sd:/prodinfo_temp_dump.bin", "PRODINFO")){ print("fuk") pause() exit() }
if (emmcwrite("sd:/prodinfo_temp_dump.bin", "PRODINFO")) { print("fuk2") pause exit() }
printpos(20, 30)
setpixels(0, 0, 1279, 100, 0xFF0000)
println("sup")
#a = s.readdir("/")
pause()
exit()
println(a.result)
println(a.files.len())
println(a.folders.len())
println(a.fileSizes.len())
a.files.foreach("b") {
println(b)
}
pause()