Skip to content

Commit

Permalink
win screen
Browse files Browse the repository at this point in the history
  • Loading branch information
discospider13 committed Sep 25, 2016
1 parent 2c11547 commit 80f4d27
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChilleniumProject.project.gmx
Expand Up @@ -91,12 +91,12 @@
<object>objects\obj_win_game</object>
</objects>
<rooms name="rooms">
<room>rooms\rm_won_game</room>
<room>rooms\rm_mainMenu</room>
<room>rooms\rm_howto</room>
<room>rooms\rm_lobby</room>
<room>rooms\rm_game</room>
<room>rooms\rm_about</room>
<room>rooms\rm_won_game</room>
<room>rooms\rm_lost_game</room>
<room>rooms\rm_cutscene</room>
</rooms>
Expand Down
50 changes: 49 additions & 1 deletion objects/obj_win_game.object.gmx
Expand Up @@ -7,7 +7,55 @@
<persistent>0</persistent>
<parentName>&lt;undefined&gt;</parentName>
<maskName>&lt;undefined&gt;</maskName>
<events/>
<events>
<event eventtype="0" 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>image_speed = 0.30;
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="7" enumb="7">
<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>image_speed = 0;
image_index = 39;
</string>
</argument>
</arguments>
</action>
</event>
</events>
<PhysicsObject>0</PhysicsObject>
<PhysicsObjectSensor>0</PhysicsObjectSensor>
<PhysicsObjectShape>0</PhysicsObjectShape>
Expand Down

0 comments on commit 80f4d27

Please sign in to comment.