its 6 am
This commit is contained in:
parent
b31b8ba5d7
commit
7fb465c82e
43 changed files with 159 additions and 86 deletions
|
@ -6,7 +6,7 @@ var i;
|
|||
c_inheritunit(2+i, 2, un.chara);
|
||||
}*/
|
||||
|
||||
|
||||
x -= 150;
|
||||
c_loadstageone();
|
||||
|
||||
waiting = 0;
|
||||
|
|
|
@ -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);
|
Loading…
Add table
Add a link
Reference in a new issue