12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
|
let current = GetCurrentScriptDirectory();
|
||
|
let path = current ~ "Player_ShotData.dnh";
|
||
|
LoadPlayerShotData(path);
|
||
|
// -----
|
||
|
|
||
|
const OPTION = 1;
|
||
|
const FIRE_NORMAL = 2;
|
||
|
const FIRE_SPECIAL = 3;
|
||
|
const FIRE_BASE = 4;
|
||
|
|
||
|
|