You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
image_alpha = 0.5
|
|
if (global.screwattack == 0)
|
|
image_alpha = 0.3
|
|
alarm[0] = 1
|
|
fadeout = 0
|
|
mysurf = surface_create(64, 64)
|
|
if surface_exists(oCharacter.surf)
|
|
surface_copy(mysurf, 0, 0, oCharacter.surf)
|