talksprite placing

This commit is contained in:
the me 2022-08-22 22:23:02 -07:00
parent 8d3617fe53
commit 337f705dfe
72 changed files with 988 additions and 157 deletions

View file

@ -15,6 +15,7 @@ function unit(personaldata_, classdata_, stats_) constructor {
up = personaldata_.up;
down = personaldata_.down;
aitype = personaldata_.aitype;
face = personaldata_.face;
alignment = noone;
var i;
for (i=0; i<array_length(stats_); i++) {