We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bd372 commit 2e9388cCopy full SHA for 2e9388c
src/headbutt/Shape2D.hx
@@ -3,6 +3,5 @@ package headbutt;
3
import glm.Vec2;
4
5
interface Shape2D {
6
- public var offset(get, set):Vec2;
7
public function support(direction:Vec2):Vec2;
8
}
0 commit comments