init
This commit is contained in:
commit
0556f63d2d
119 changed files with 2908 additions and 0 deletions
6
objects/obstar/Create_0.gml
Normal file
6
objects/obstar/Create_0.gml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
size = random(1.5);
|
||||
image_xscale = size;
|
||||
image_yscale = size;
|
||||
image_speed = random(2);
|
||||
image_index = round(random(7));
|
||||
color = choose(make_color_hsv(32, random(255), random(255)), make_color_hsv(190, random(255), random(255)));
|
||||
Loading…
Add table
Add a link
Reference in a new issue