ゲーム開発などの不定期日記
自作ゲーム開発やその他の日記です。
2017年12月30日土曜日
HSP3Dishのテスト(文字の色を変更する)
#include "hsp3dish.as"
#include "mod_picmes.as"
picmes_init
*main
redraw 0
color 0, 0, 0 : boxf
pos 0, 0
gmulcolor 255, 0, 0 : picmes "HSP3Dish Test"
gmulcolor 0, 255, 0 : picmes "HSP3Dish Test"
gmulcolor 0, 0, 255 : picmes "HSP3Dish Test"
redraw 1
await 16
goto *main
0 件のコメント:
コメントを投稿
次の投稿
前の投稿
ホーム
登録:
コメントの投稿 (Atom)
Windows11 home Bitlocker解除
設定→プライバシーとセキュリティ→デバイスの暗号化(オフ)
Windows11 home Bitlocker解除
設定→プライバシーとセキュリティ→デバイスの暗号化(オフ)
language-hsp3のsettings.jsonの設定例
{ "workbench.colorTheme" : "Tomorrow Night Blue" , "files.autoGuessEncoding" : true , "debug.allo...
gsquareの座標の指定順番
gsquareでX座標、Y座標を指定するが、その順番は以下の通り。 12 43
0 件のコメント:
コメントを投稿