OSDN Git Service

クリッパーの大きさを小さくした
authorkonekoneko <test2214@hotmail.co.jp>
Mon, 4 May 2015 04:32:30 +0000 (13:32 +0900)
committerkonekoneko <test2214@hotmail.co.jp>
Mon, 4 May 2015 04:32:30 +0000 (13:32 +0900)
Metro/FooEditEngine/GripperManager.cs

index ab8a754..ca5440c 100644 (file)
@@ -19,7 +19,7 @@ namespace FooEditEngine
     }
     class Gripper : IEquatable<Gripper>
     {
-        public const int GripperWidth = 20;
+        public const int GripperWidth = 10;
         public const int HitAreaWidth = 48;
 
         Controller Controller;