Browse Source

Chat

main
Miteruzo 1 year ago
parent
commit
df59d5e548
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      main.hsp

+ 4
- 0
main.hsp View File

@@ -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


Loading…
Cancel
Save