skill solution

This commit is contained in:
the me 2022-08-18 18:05:37 -07:00
parent e944e0de19
commit 5f9a983cd0
10 changed files with 110 additions and 9 deletions

View file

@ -71,7 +71,7 @@ function st_moving() {
break;
default:
sprite_index = data.idle;
image_xscale = -1;
//image_xscale = -1;
break;
}