Browse Source

はじまりの大地

main
Miteruzo 1 year ago
commit
2e256e95a2
2 changed files with 22 additions and 0 deletions
  1. +5
    -0
      android/.gitignore
  2. +17
    -0
      android/main.hsp

+ 5
- 0
android/.gitignore View File

@@ -0,0 +1,5 @@
/hscl.ini
/main.ax
/main.cpp
/obj


+ 17
- 0
android/main.hsp 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


Loading…
Cancel
Save