Ticket #33484

ゲーム開始時の初期化を実装する

Open Date: 2014-03-13 14:05 Last Update: 2014-03-14 01:13

Reporter:
Owner:
Status:
Closed
Component:
MileStone:
Priority:
8
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

  1. //--------------------------------------------------------
  2. // ステージ開始・デモ
  3. //--------------------------------------------------------
  4. *statestage
  5. // 背景デモ
  6. gosub *moveblockgeneral
  7. gosub *collisionblocks
  8. gosub *moveplayer
  9. gosub *checktowerbalance
  10. gosub *checktowerbreak
  11. gosub *drawbackdrop
  12. gosub *drawplayer
  13. gosub *drawblockgeneral
  14. // ステージデモ
  15. gmode 4,256,128,256
  16. color 0,255,0 // カラーキー
  17. pos 320,160
  18. grotate 2, 768, 480, 0 , 256, 128
  19. if(playtimer == 0) {
  20. if(level == 10){
  21. ds_play SND_LASTBATTLE
  22. }else{
  23. ds_play SND_IGUZE
  24. }
  25. }
  26. playtimer++
  27. if(playtimer > 120) : state = STATE_GAME
  28. return

Ticket History (2/2 Histories)

2014-03-13 14:05 Updated by: syun77
  • New Ticket "ゲーム開始時の初期化を実装する" created
2014-03-14 01:13 Updated by: syun77
  • Details Updated
  • Resolution Update from None to Fixed
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2014-03-14 01:13
Comment

r137で対応完了

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login