# Character
info_version = 1
nick = Pingu
description = Un pingino 

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

# Sprites drawing and Collision Detection
delay = 10
frames = 13
hotspot_x=40
hotspot_y=110
collision_x=40
collision_y=40
ratio=25

# Logic
width = 35
jump_power = 25
speed = 2


# Animation states
stand = 7
foward = 9 8 9 12 10 11 10 12
backward = 9 8 9 12 10 11 10 12
jump = 3
select = 9 8 9 12 10 11 10 12
touch_back = 6 6
touch_up = 5 5 
touch_front = 4 4
touch_back_in_air = 2 2
touch_up_in_air = 1 1
touch_front_in_air = 0 0
