This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
tianhaobu
/
ddmyx
Urmărește
1
Stea
0
Bifurcare
2
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
1e1724dd92
Ramuri
Etichete
content_update
dev-better-input
dev-light-system
dev-new-wheels
master
test0311
ddmyx
/
objects
/
oEnemyDummyIndicator
/
Alarm_1.gml
Alarm_1.gml
86 B
Istoric
Crud
1
2
3
4
5
6
7
if image_alpha <= 0
instance_destroy();
else
{
image_alpha -= 0.08;
alarm[1] = 1;
}