はじまりの大地
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/hscl.ini
|
||||
/main.ax
|
||||
/main.cpp
|
||||
/obj
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user