Shimeji Template Access

Download Euro Truck Simulator 2 for Android and iOS

Download for Android

Download for iOS

Shimeji Template Access

<!-- FALLING --> <action name="fall" loop="true"> <image src="img/fall.png" duration="100"/> </action>

<!-- WALK LEFT --> <action name="walkLeft" loop="true"> <image src="img/left/0.png" duration="150"/> <image src="img/left/1.png" duration="150"/> <image src="img/left/2.png" duration="150"/> </action> shimeji template

<!-- CLIMB LEFT --> <action name="climbLeft" loop="true"> <image src="img/climb_left_0.png" duration="200"/> <image src="img/climb_left_1.png" duration="200"/> </action> !-- FALLING --&gt

<!-- HANG (idle on edge) --> <action name="hang" loop="true"> <image src="img/hang.png" duration="5000"/> </action> action name="fall" loop="true"&gt