This commit is contained in:
the me 2022-08-23 06:06:02 -07:00
parent b31b8ba5d7
commit 7fb465c82e
43 changed files with 159 additions and 86 deletions

View file

@ -6,7 +6,7 @@ var i;
c_inheritunit(2+i, 2, un.chara);
}*/
x -= 150;
c_loadstageone();
waiting = 0;

View file

@ -1,2 +1,4 @@
state();
draw_set_font(ft_chiaro);
draw_set_font(ft_chiaro);
x = clamp(x, 0, 20*ts.x);
y = clamp(y, 0, 14*ts.y);