diff pytouhou/formats/exe.py @ 390:b11953cf1d3b

Use only half-size hitboxes for player.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 12 Nov 2012 18:34:24 +0100
parents 2674c789e0c3
children e15672733c93
line wrap: on
line diff
--- a/pytouhou/formats/exe.py
+++ b/pytouhou/formats/exe.py
@@ -50,10 +50,10 @@ class SHT(object):
         #self.unknown1 = None
         #self.bombs = 0.
         #self.unknown2 = None
-        self.hitbox = 4.
-        self.graze_hitbox = 42.
+        self.hitbox = 2.
+        self.graze_hitbox = 21.
         self.autocollection_speed = 8.
-        self.item_hitbox = 38.
+        self.item_hitbox = 19.
         # No percentage_of_cherry_loss_on_die
         self.point_of_collection = 128 #TODO: find the real default.
         self.horizontal_vertical_speed = 0.