This commit is contained in:
the me 2022-08-14 21:06:41 -07:00
parent 1c893940ac
commit cfcfd3e263
21 changed files with 227 additions and 7 deletions

View file

@ -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;
}