Created
May 29, 2021 00:31
-
-
Save triacontane/0841e223c890910c2477c5e4cbd1f790 to your computer and use it in GitHub Desktop.
敵キャラの表示座標
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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