Skip to content

Commit

Permalink
Fix spy ghost showing the wrong frame due to running one animation cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Medo42 committed Mar 31, 2017
1 parent 259960e commit 9e65789
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Source/gg2/Objects/InGameElements/SpyGhost.events/Create.xml
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<event category="CREATE" id="0">
<actions>
<action id="603" library="1">
<!--action name: Code-->
<kind>CODE</kind>
<allowRelative>false</allowRelative>
<question>false</question>
<canApplyTo>true</canApplyTo>
<actionType>CODE</actionType>
<functionName/>
<relative>false</relative>
<not>false</not>
<appliesTo>.self</appliesTo>
<arguments>
<argument kind="STRING">image_speed = 0;
</argument>
</arguments>
</action>
</actions>
</event>

0 comments on commit 9e65789

Please sign in to comment.