ugokeru
This commit is contained in:
parent
1c893940ac
commit
cfcfd3e263
21 changed files with 227 additions and 7 deletions
|
@ -4,5 +4,6 @@ function c_inheritunit(x, y, unit_) {
|
|||
chump.pos.x = x;
|
||||
chump.pos.y = y;
|
||||
chump.sprite_index = unit_.sprite;
|
||||
array_push(global.map[x][y].contents, chump);
|
||||
return chump;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue