はじまりの大地

This commit is contained in:
2023-06-20 06:43:14 +09:00
commit 2e256e95a2
2 changed files with 22 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
/hscl.ini
/main.ax
/main.cpp
/obj
+17
View File
@@ -0,0 +1,17 @@
#include "hsp3dish.as"
SetClS CLSMODE_SOLID, $000000
Repeat
ReDraw False
Color 255, 255, 255
BoxF
Color 0, 0, 0
Print "Hello, world!!"
ReDraw True
Await 33
Loop