﻿<?xml version="1.0" encoding="utf-8" ?>
<c2eventsheet>
    <!--All the 'name' attributes are ignored by Construct 2 - they are there for readability only.-->
    <name>E_UI_Image</name>
    <events>
        <event-group description="" sid="4047998472077815" title="UI_IMAGE">
            <sub-events>
                <comment>We set the animation speed to 0 because a ui_image should be a static image, fixed on the frame the user has picked in the editor.</comment>
                <event-block sid="1348086911186642">
                    <conditions>
                        <condition id="-2" name="On start of layout" sid="6220233403909194" type="System" />
                    </conditions>
                    <actions>
                        <action id="6" name="Set speed" sid="4340044395318588" type="ui_image">
                            <param id="0" name="Speed">0</param>
                        </action>
                    </actions>
                </event-block>
            </sub-events>
        </event-group>
    </events>
</c2eventsheet>
