this tutorials are getting good. Ive started learning lua by myself and though i wasnt learning . But your tutorial helped apply the concepts without the reference. Cant wait for the next one.
@@checkerandu422 There are special commands you could use while printing: NerdyTeachers.com/PICO-8/Guide/?SPECIAL_COMMANDS For tall and wide characters, try: print("\^t\^w hello world")
this tutorials are getting good. Ive started learning lua by myself and though i wasnt learning . But your tutorial helped apply the concepts without the reference. Cant wait for the next one.
Reminds me of my own first code:
"10 PRINT "WILLY SUCKS"
20 GOTO 10
30 RUN"
Willy, of course, being my long-suffering little brother.
@@DiscoSoup1983 lol as a little brother myself, that is extra funny XD
Is there a way to make the text bigger?
@@checkerandu422 There are special commands you could use while printing: NerdyTeachers.com/PICO-8/Guide/?SPECIAL_COMMANDS
For tall and wide characters, try:
print("\^t\^w hello world")
Spoiler, first side quest:
cls()
for i=1,15 do
print (i,i)
end