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

@ -16,6 +16,7 @@ function c_selectunit(unitobject) {
function c_deselectunit(unitobject) {
if ARTICULATOR.selectedunit != unitobject return false
unitobject.sprite_index = unitobject.data.idle;
state = st_standing;
drawstate = c_null;
c_decolor_all(c_cyan);