Browse Source

Added Goatoh module

main
みてるぞ 1 year ago
parent
commit
d7b3168ea2
2 changed files with 17 additions and 8 deletions
  1. +8
    -8
      android/main.hsp
  2. +9
    -0
      android/modules/goatoh.mod.hsp

+ 8
- 8
android/main.hsp View File

@@ -1,17 +1,17 @@
#include "hsp3dish.as"

; バッファ
#enum BUFFER_GOATOH = 1
#enum BUFFER_NIZIKA
#enum BUFFER_KUSA
#enum global BUFFER_GOATOH = 1
#enum global BUFFER_NIZIKA
#enum global BUFFER_KUSA

; サウンド
#enum SOUND_MUMUMUMU = 0 ; ムムムム
#enum SOUND_BGM ; 夕餉の街並み(Copyright: Musmus)
#enum SOUND_EATING_KUSA ; クサタベテル!!!
#enum global SOUND_MUMUMUMU = 0 ; ムムムム
#enum global SOUND_BGM ; 夕餉の街並み(Copyright: Musmus)
#enum global SOUND_EATING_KUSA ; クサタベテル!!!

#const FPS 30
#const LOOP_INTERVAL 1000 / FPS
#const global FPS 30
#const global LOOP_INTERVAL 1000 / FPS


#ifdef _DEBUG


+ 9
- 0
android/modules/goatoh.mod.hsp View File

@@ -0,0 +1,9 @@
#module \
Goatoh posX, posY, walking, eating, openingEyes, frame

#modinit \
int p_bufferId
Return

#global


Loading…
Cancel
Save