commit 2e256e95a2ce1cf34638cb72090e525ae599c161 Author: Miteruzo Date: Tue Jun 20 06:43:14 2023 +0900 はじまりの大地 diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 0000000..1892817 --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,5 @@ +/hscl.ini +/main.ax +/main.cpp +/obj + diff --git a/android/main.hsp b/android/main.hsp new file mode 100644 index 0000000..6c507ef --- /dev/null +++ b/android/main.hsp @@ -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 +