すくすくゴートうちゃん Android 版(黒歴史)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
188 B

  1. #include "hsp3dish.as"
  2. SetClS CLSMODE_SOLID, $000000
  3. Repeat
  4. ReDraw False
  5. Color 255, 255, 255
  6. BoxF
  7. Color 0, 0, 0
  8. Print "Hello, world!!"
  9. ReDraw True
  10. Await 33
  11. Loop