Skip to content

Commit 2e9388c

Browse files
committed
removed offset from Shape2D
1 parent e6bd372 commit 2e9388c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/headbutt/Shape2D.hx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ package headbutt;
33
import glm.Vec2;
44

55
interface Shape2D {
6-
public var offset(get, set):Vec2;
76
public function support(direction:Vec2):Vec2;
87
}

0 commit comments

Comments
 (0)