NarumiSTG_HyperSnowDrifter/script/player/Lavender/Player_ShotConst.dnh

12 lines
212 B
Plaintext
Raw Normal View History

2023-01-26 11:34:56 +00:00
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;