すくすくゴートうちゃん Android 版(黒歴史)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
293 B

  1. #module \
  2. Goatoh bufferId, posX, posY, walking, eating, openingEyes, frame
  3. #modinit \
  4. int p_bufferId,\
  5. double p_initPosX,\
  6. double p_initPosY
  7. bufferId = p_bufferId
  8. posX = p_initPosX
  9. posY = p_initPosY
  10. walking = False
  11. eating = False
  12. openingEyes = False
  13. frame = 0
  14. Return
  15. #global