This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
Eason20000
/
ddmyx
biforcado de
tianhaobu/ddmyx
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Ramo:
dev-light-system
Ramos
Etiquetas
dev-better-input
dev-gamepad-support
dev-light-system
dev-new-wheels
master
test0311
ddmyx
/
objects
/
oRippleShrink
/
Step_0.gml
Step_0.gml
142 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
10
11
if !is_finished
{
r_in -= shrink_speed;
if r_in <= 0
{
r_in = 0;
is_finished = true;
callback();
}
}