Added Goatoh module

This commit is contained in:
2023-06-22 12:41:11 +09:00
parent a3caca8e9a
commit d7b3168ea2
2 changed files with 17 additions and 8 deletions
+8 -8
View File
@@ -1,17 +1,17 @@
#include "hsp3dish.as" #include "hsp3dish.as"
; バッファ ; バッファ
#enum BUFFER_GOATOH = 1 #enum global BUFFER_GOATOH = 1
#enum BUFFER_NIZIKA #enum global BUFFER_NIZIKA
#enum BUFFER_KUSA #enum global BUFFER_KUSA
; サウンド ; サウンド
#enum SOUND_MUMUMUMU = 0 ; ムムムム #enum global SOUND_MUMUMUMU = 0 ; ムムムム
#enum SOUND_BGM ; 夕餉の街並み(Copyright: Musmus #enum global SOUND_BGM ; 夕餉の街並み(Copyright: Musmus
#enum SOUND_EATING_KUSA ; クサタベテル!!! #enum global SOUND_EATING_KUSA ; クサタベテル!!!
#const FPS 30 #const global FPS 30
#const LOOP_INTERVAL 1000 / FPS #const global LOOP_INTERVAL 1000 / FPS
#ifdef _DEBUG #ifdef _DEBUG
+9
View File
@@ -0,0 +1,9 @@
#module \
Goatoh posX, posY, walking, eating, openingEyes, frame
#modinit \
int p_bufferId
Return
#global