Ticket #33418

クリアライン達成時のOKマーク表示

Open Date: 2014-03-08 07:56 Last Update: 2014-03-09 09:33

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

Details

クリアライン達成時のOKマーク表示

  1. // クリアライン
  2. if(clearline > 0.0){
  3. repeat 2
  4. dx = player_x + tblock_x(cnt)
  5. dy = player_y + tblock_y(cnt) - block_type_height(tblock_type(cnt)) / 2.0
  6. if(playtimer \ 4 < 2){
  7. // クリアラインを赤線で描画
  8. color 255,0,0
  9. line dx - 48.0 , dy - clearline , dx + 48.0 , dy - clearline
  10. }
  11. if(clearcheck(cnt) == CHECK_OK){
  12. // クリアライン超えてるお
  13. // OKマーク表示
  14. color 0,255,0
  15. gmode 4,40,16,256
  16. pos dx , dy + block_type_height(tblock_type(cnt))
  17. grotate 2, 0 , 928 + 16 * ((playtimer / 2) \ 2) , 0 , 40 , 16
  18. }
  19. loop
  20. }

Ticket History (3/3 Histories)

2014-03-08 07:56 Updated by: syun77
  • New Ticket "クリアライン達成時のOKマーク表示" created
2014-03-09 09:21 Updated by: syun77
  • Details Updated
2014-03-09 09:33 Updated by: syun77
  • Resolution Update from None to Fixed
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2014-03-09 09:33
Comment

r107で対応完了

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login