This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
tianhaobu
/
ddmyx
Vigiar
1
Colocar Estrela
0
Fork
2
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
master
Ramos
Etiquetas
content_update
dev-better-input
dev-light-system
dev-new-wheels
master
test0311
ddmyx
/
objects
/
oEnemyDummyIndicator
/
Alarm_0.gml
Alarm_0.gml
80 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
6
7
if image_alpha >= 1
alarm[1] = 6;
else
{
image_alpha += 0.08;
alarm[0] = 1;
}