- Timestamp:
- 07/18/09 00:08:36 (4 years ago)
- Location:
- lang/hsp/misc/obaq_battletank
- Files:
-
- 3 modified
-
bomb.as (modified) (1 prop)
-
obaq_battletank.hsp (modified) (2 diffs, 1 prop)
-
tank.as (modified) (1 prop)
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 28 28 29 29 *main 30 redraw 0 ; ���̍X�V��n31 gradf ,,,,1,0,128 ; ���N���A32 qexec ; OBAQ �ɂ��I�u�W�F�N�g�̍X�V30 redraw 0 ; 画面の更新を開始 31 gradf ,,,,1,0,128 ; 画面クリア 32 qexec ; OBAQによるオブジェクトの更新 33 33 34 stick key, 15 ; �L�[�̎擾34 stick key, 15 ; キーの取得 35 35 if key&128 : end 36 36 direction = ((key >> 1) & 1) - ((key >> 3) & 1) … … 49 49 loop 50 50 51 qdraw ; �I�u�W�F�N�g�̕`�� draw_tank tank 51 qdraw ; オブジェクトの描画 52 draw_tank tank 52 53 53 54 54 redraw 1 ; ���̍X�V���55 await 16 ; �����ԑ҂�55 redraw 1 ; 画面の更新を終了 56 await 16 ; 一定時間待つ 56 57 goto *main -
lang/hsp/misc/obaq_battletank/tank.as
- Property svn:mime-type set to text/plain;charset=SHIFT_JIS
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)