Added Goatoh module
This commit is contained in:
+8
-8
@@ -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
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
#module \
|
||||||
|
Goatoh posX, posY, walking, eating, openingEyes, frame
|
||||||
|
|
||||||
|
#modinit \
|
||||||
|
int p_bufferId
|
||||||
|
Return
|
||||||
|
|
||||||
|
#global
|
||||||
|
|
||||||
Reference in New Issue
Block a user