CommitLog |
This commit is contained in:
parent
21c906d32e
commit
afc96e2015
3 changed files with 32 additions and 2 deletions
|
@ -25,7 +25,36 @@
|
|||
<arguments>
|
||||
<argument>
|
||||
<kind>1</kind>
|
||||
<string>image_speed = 0;
|
||||
<string>step_counter = 0;
|
||||
image_speed = 0;
|
||||
</string>
|
||||
</argument>
|
||||
</arguments>
|
||||
</action>
|
||||
</event>
|
||||
<event eventtype="3" enumb="0">
|
||||
<action>
|
||||
<libid>1</libid>
|
||||
<id>603</id>
|
||||
<kind>7</kind>
|
||||
<userelative>0</userelative>
|
||||
<isquestion>0</isquestion>
|
||||
<useapplyto>-1</useapplyto>
|
||||
<exetype>2</exetype>
|
||||
<functionname></functionname>
|
||||
<codestring></codestring>
|
||||
<whoName>self</whoName>
|
||||
<relative>0</relative>
|
||||
<isnot>0</isnot>
|
||||
<arguments>
|
||||
<argument>
|
||||
<kind>1</kind>
|
||||
<string>step_counter ++;
|
||||
|
||||
if(step_counter == 60*room_speed)
|
||||
{
|
||||
instance_destroy(self);
|
||||
}
|
||||
</string>
|
||||
</argument>
|
||||
</arguments>
|
||||
|
|
|
@ -153,6 +153,7 @@ speed += 5
|
|||
<kind>1</kind>
|
||||
<string>var new_bullet = instance_create(x,y,obj_bullet);
|
||||
new_bullet.image_angle = image_angle;
|
||||
new_bullet.direction = image_angle;
|
||||
new_bullet.speed = speed + 1;
|
||||
|
||||
</string>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<sprite>
|
||||
<type>0</type>
|
||||
<xorig>0</xorig>
|
||||
<yorigin>0</yorigin>
|
||||
<yorigin>16</yorigin>
|
||||
<colkind>1</colkind>
|
||||
<coltolerance>0</coltolerance>
|
||||
<sepmasks>0</sepmasks>
|
||||
|
|
Reference in a new issue