unit sprites and a buncha other stuff

This commit is contained in:
the me 2022-08-15 19:04:23 -07:00
parent e45eb49492
commit a537ea5cf2
37 changed files with 516 additions and 17 deletions

View file

@ -1,6 +1,8 @@
c_addunit(un.chara, ARMY.US);
var i;
for (i=0; i<array_length(global.units[ARMY.US]); i++) {
/*for (i=0; i<array_length(global.units[ARMY.US]); i++) {
c_inheritunit(2+i, 2, un.chara);
}
}*/
c_inheritunit(2, 2, un.chara);
c_inheritunit(3, 2, un.kris);
selectedunit = noone;