Ticket #33351

お皿ブロックの更新

Open Date: 2014-03-04 14:23 Last Update: 2014-03-05 00:18

Reporter:
Owner:
Status:
Closed
MileStone:
Priority:
9 - Highest
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

お皿ブロックの座標はプレイヤーが毎フレーム更新する

  1. // 左右の皿(それぞれのタワーの基底)
  2. tblock_type( TOWERBLOCK_L ) = BLOCK_TYPE_LIFT
  3. tblock_x( TOWERBLOCK_L ) = -PLAYER_LIFT_DIST * cos(player_slant)
  4. tblock_y( TOWERBLOCK_L ) = -PLAYER_LIFT_DIST * sin(player_slant) - 28.0
  5. tblock_lr( TOWERBLOCK_L ) = TOWERBLOCK_L
  6. tblock_type( TOWERBLOCK_R ) = BLOCK_TYPE_LIFT
  7. tblock_x( TOWERBLOCK_R ) = PLAYER_LIFT_DIST * cos(player_slant)
  8. tblock_y( TOWERBLOCK_R ) = PLAYER_LIFT_DIST * sin(player_slant) - 28.0
  9. tblock_lr( TOWERBLOCK_R ) = TOWERBLOCK_R

Ticket History (3/3 Histories)

2014-03-04 14:23 Updated by: syun77
  • New Ticket "お皿ブロックの更新" created
2014-03-04 14:47 Updated by: syun77
  • Priority Update from 6 to 9 - Highest
2014-03-05 00:18 Updated by: syun77
  • Resolution Update from None to Fixed
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2014-03-05 00:18
Comment

r54で対応完了

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login