Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created May 29, 2021 00:31
Show Gist options
  • Save triacontane/0841e223c890910c2477c5e4cbd1f790 to your computer and use it in GitHub Desktop.
Save triacontane/0841e223c890910c2477c5e4cbd1f790 to your computer and use it in GitHub Desktop.
敵キャラの表示座標
var troopId = 1;
var enemyIndex = 0;
$dataTroops[troopId].members[enemyIndex].x;
$dataTroops[troopId].members[enemyIndex].y;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment