ゴートウの顔

This commit is contained in:
2023-06-23 00:45:26 +09:00
parent d7b3168ea2
commit e06b289df6
6 changed files with 14 additions and 4 deletions
+12 -2
View File
@@ -1,8 +1,18 @@
#module \
Goatoh posX, posY, walking, eating, openingEyes, frame
Goatoh bufferId, posX, posY, walking, eating, openingEyes, frame
#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
#global