init
This commit is contained in:
commit
0556f63d2d
119 changed files with 2908 additions and 0 deletions
8
objects/obrocket/Draw_0.gml
Normal file
8
objects/obrocket/Draw_0.gml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue