CommitLog |

This commit is contained in:
SilicaAndPina 2020-07-25 19:47:36 +12:00
parent 29110d6a69
commit 71f77f2ae9
9 changed files with 166 additions and 29 deletions

View file

@ -80,6 +80,7 @@ if(hp <= 0)
}
direction = image_angle
speed = floor(speed);
if(speed < 0)
{
@ -133,6 +134,51 @@ if(invuln_counter != invuln_counter_max)
}
</string>
</argument>
</arguments>
</action>
<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>///pull_towards_black_holes();
pull_towards_black_holes();
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="4" ename="obj_black_hole">
<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>damage_player(hp_max);
</string>
</argument>
</arguments>