mirror of https://github.com/nmlgc/ReC98.git
14 lines
249 B
PHP
14 lines
249 B
PHP
|
INPUT_UP = 1
|
||
|
INPUT_DOWN = 2
|
||
|
INPUT_LEFT = 4
|
||
|
INPUT_RIGHT = 8
|
||
|
INPUT_SHOT = 10h
|
||
|
INPUT_BOMB = 20h
|
||
|
INPUT_CANCEL = 40h
|
||
|
INPUT_OK = 80h
|
||
|
INPUT_Q = 100h
|
||
|
INPUT_UP_LEFT = 1000h
|
||
|
INPUT_UP_RIGHT = 2000h
|
||
|
INPUT_DOWN_LEFT = 4000h
|
||
|
INPUT_DOWN_RIGHT = 8000h
|