looks like battle animations to me

This commit is contained in:
the me 2022-08-23 01:34:45 -07:00
parent 64a74d6f36
commit b0e718f879
12 changed files with 107 additions and 20 deletions

View file

@ -73,6 +73,7 @@ function st_control() {
}
c_dewait(global.turn);
//global.turn = (global.turn+1)%2;
k = 0;
global.turn = ARMY.THEM;
log("TURN " + string(global.turn));
state = st_enemyturn;