Hello. I'm new to cleo and I wanna to display the text loaded from file, but I can't see the text. Here is the code I use:
And FXT file in cleo_text folder:
Where is the problem?
Code:
{$CLEO}
0000: START
:DISPLAY
wait 1000
00BA: text_styled 'TXT_01' 2000 ms 1
jump @DISPLAY
And FXT file in cleo_text folder:
Code:
TXT_01 Hello World
Where is the problem?