diff --git a/main.hsp b/main.hsp index 501ac89..59dbd02 100644 --- a/main.hsp +++ b/main.hsp @@ -29,6 +29,7 @@ #const global LOOP_INTERVAL 1000 / FPS #include "./modules/goatoh.mod.hsp" +#include "./modules/chat.mod.hsp" #ifdef _DEBUG @@ -66,6 +67,9 @@ ; ゴートうインスタンス生成 Goatoh = New@Goatoh (960, 800, DIRECTION_LEFT) + Chat = New@Chat (1) + Send@Chat Chat, "test" + ; サウンド読込み MMLoad "mumumumu.wav", SOUND_MUMUMUMU MMLoad "MusMus-BGM-097.mp3", SOUND_BGM, MM_REPEAT