# Character
info_version = 1
nick = Turtle
description = a turtle

# Some date of author
author = Walter Velazquez
email = wgv_tattoo@yahoo.com.ar
web = www.losersjuegos.com.ar

# Sprites drawing
frames = 8
delay = 7

# Collisions
hotspot_x = 70
hotspot_y = 128
collision_x = 82
collision_y = 46
ratio = 25

# Logic
width = 45
jump_power = 25
speed = 2


# Animation states
stand = 3
foward = 1 3 2 3
backward = 1 3 2 3
jump = 6 7
select = 6 7

touch_back = 0 0
touch_up = 0 0
touch_front = 0 0
touch_back_in_air = 4 5
touch_up_in_air = 4 5
touch_front_in_air = 4 5
