init
This commit is contained in:
commit
0556f63d2d
119 changed files with 2908 additions and 0 deletions
9
objects/oblaser/Create_0.gml
Normal file
9
objects/oblaser/Create_0.gml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
damage = 1;
|
||||
speed = 12;
|
||||
lenX=0;
|
||||
lenY=0;
|
||||
x1 = 0;
|
||||
x2 = 0;
|
||||
y1 = 0;
|
||||
y2 = 0;
|
||||
owner = obSpaceship;
|
||||
Loading…
Add table
Add a link
Reference in a new issue