ゴートウの顔
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
+2
-2
@@ -16,11 +16,11 @@
|
|||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
MmLoad "assets/mumumumu.wav", SOUND_MUMUMUMU
|
MmLoad "assets/mumumumu.wav", SOUND_MUMUMUMU
|
||||||
MmLoad "assets/MusMus-BGM-097.mp3", SOUND_BGM
|
MmLoad "assets/MusMus-BGM-097.mp3", SOUND_BGM, MM_REPEAT
|
||||||
MmLoad "assets/eating-kusa.wav", SOUND_EATING_KUSA
|
MmLoad "assets/eating-kusa.wav", SOUND_EATING_KUSA
|
||||||
#else ; not _DEBUG
|
#else ; not _DEBUG
|
||||||
MmLoad "mumumumu.wav", SOUND_MUMUMUMU
|
MmLoad "mumumumu.wav", SOUND_MUMUMUMU
|
||||||
MmLoad "MusMus-BGM-097.mp3", SOUND_BGM
|
MmLoad "MusMus-BGM-097.mp3", SOUND_BGM, MM_REPEAT
|
||||||
MmLoad "eating-kusa.wav", SOUND_EATING_KUSA
|
MmLoad "eating-kusa.wav", SOUND_EATING_KUSA
|
||||||
#endif ; not _DEBUG
|
#endif ; not _DEBUG
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,18 @@
|
|||||||
#module \
|
#module \
|
||||||
Goatoh posX, posY, walking, eating, openingEyes, frame
|
Goatoh bufferId, posX, posY, walking, eating, openingEyes, frame
|
||||||
|
|
||||||
#modinit \
|
#modinit \
|
||||||
int p_bufferId
|
int p_bufferId,\
|
||||||
|
double p_initPosX,\
|
||||||
|
double p_initPosY
|
||||||
|
bufferId = p_bufferId
|
||||||
|
posX = p_initPosX
|
||||||
|
posY = p_initPosY
|
||||||
|
walking = False
|
||||||
|
eating = False
|
||||||
|
openingEyes = False
|
||||||
|
frame = 0
|
||||||
|
|
||||||
Return
|
Return
|
||||||
|
|
||||||
#global
|
#global
|
||||||
|
|||||||
Reference in New Issue
Block a user