8 lines
No EOL
218 B
Text
8 lines
No EOL
218 B
Text
if owner = obSpaceship
|
|
{
|
|
draw_sprite_ext(spRocket1, image_index, x, y, 1, 1, direction, global.playerColor, 1)
|
|
}
|
|
else
|
|
{
|
|
draw_sprite_ext(spRocket1, image_index, x, y, 1, 1, direction, global.faction2Color, 1)
|
|
} |