Changeset 34464 for lang

Show
Ignore:
Timestamp:
07/18/09 00:08:36 (4 years ago)
Author:
eller
Message:

svn:mime-typeを試す

Location:
lang/hsp/misc/obaq_battletank
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/hsp/misc/obaq_battletank/bomb.as

    • Property svn:mime-type set to text/plain;charset=SHIFT_JIS
  • lang/hsp/misc/obaq_battletank/obaq_battletank.hsp

    • Property svn:mime-type set to text/plain;charset=SHIFT_JIS
    r34463 r34464  
    2828 
    2929*main 
    30         redraw 0                        ; ���̍X�V��n 
    31         gradf ,,,,1,0,128       ; ���N���A 
    32         qexec                           ; OBAQ�ɂ��I�u�W�F�N�g�̍X�V 
     30        redraw 0                        ; 画面の更新を開始 
     31        gradf ,,,,1,0,128       ; 画面クリア 
     32        qexec                           ; OBAQによるオブジェクトの更新 
    3333 
    34         stick key, 15           ; �L�[�̎擾 
     34        stick key, 15           ; キーの取得 
    3535        if key&128 : end 
    3636        direction = ((key >> 1) & 1) - ((key >> 3) & 1) 
     
    4949        loop 
    5050 
    51         qdraw                   ; �I�u�W�F�N�g�̕`��     draw_tank tank 
     51        qdraw                   ; オブジェクトの描画 
     52        draw_tank tank 
    5253         
    5354 
    54         redraw 1                ; ���̍X�V��� 
    55         await 16                ; �����ԑ҂� 
     55        redraw 1                ; 画面の更新を終了 
     56        await 16                ; 一定時間待つ 
    5657        goto *main 
  • lang/hsp/misc/obaq_battletank/tank.as

    • Property svn:mime-type set to text/plain;charset=SHIFT_JIS