This commit is contained in:
2023-07-01 06:25:55 +09:00
parent 29a2cc38da
commit df59d5e548
+4
View File
@@ -29,6 +29,7 @@
#const global LOOP_INTERVAL 1000 / FPS #const global LOOP_INTERVAL 1000 / FPS
#include "./modules/goatoh.mod.hsp" #include "./modules/goatoh.mod.hsp"
#include "./modules/chat.mod.hsp"
#ifdef _DEBUG #ifdef _DEBUG
@@ -66,6 +67,9 @@
; ゴートうインスタンス生成 ; ゴートうインスタンス生成
Goatoh = New@Goatoh (960, 800, DIRECTION_LEFT) Goatoh = New@Goatoh (960, 800, DIRECTION_LEFT)
Chat = New@Chat (1)
Send@Chat Chat, "test"
; サウンド読込み ; サウンド読込み
MMLoad "mumumumu.wav", SOUND_MUMUMUMU MMLoad "mumumumu.wav", SOUND_MUMUMUMU
MMLoad "MusMus-BGM-097.mp3", SOUND_BGM, MM_REPEAT MMLoad "MusMus-BGM-097.mp3", SOUND_BGM, MM_REPEAT