mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
portalPoint to the world
This commit is contained in:
@@ -122,4 +122,6 @@ class Point2i() {
|
||||
|
||||
operator fun component1() = x
|
||||
operator fun component2() = y
|
||||
|
||||
fun toVector() = Vector2(this.x.toDouble(), this.y.toDouble())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user