Chat
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user