- [FIX] cambiada la forma de esperar en la "BIOS", a vore si ara ja no se la bota en el comp de Sergi
This commit is contained in:
@@ -431,15 +431,14 @@ const char boot[] =
|
||||
"ink(1) print('G A M E',8,16)"
|
||||
"ink(4) print('S Y S T E M',20,16)"
|
||||
"ink(7) print('mini',9,8)"
|
||||
"ink(8) print('v0.7.4',34,29)"
|
||||
"w=0 "
|
||||
"ink(8) print('v0.7.5',34,29)"
|
||||
"w=time() "
|
||||
"end "
|
||||
"function update()"
|
||||
"w=w+1 "
|
||||
"if w>90 then "
|
||||
"if time()>w+2000 then "
|
||||
"cls()"
|
||||
"load()"
|
||||
"end"
|
||||
"end "
|
||||
"end";
|
||||
|
||||
void lua_init(const char* filename, const bool start_playing) {
|
||||
|
||||
Reference in New Issue
Block a user