layers should work now

This commit is contained in:
vaxerski
2022-03-19 14:37:40 +01:00
parent 5f71a33d99
commit e664b0b692
4 changed files with 72 additions and 1 deletions

View File

@@ -35,6 +35,5 @@ class Vector2D {
return a.x != x || a.y != y;
}
Vector2D floor();
};