Implemented R-Tree
Would like to switch the identifer of the hole to a random string.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
extends Resource
|
||||
|
||||
class_name Hole
|
||||
|
||||
var hole_id: int
|
||||
var vectors: PackedVector2Array
|
||||
|
||||
func _init(hole_id: int, vectors: PackedVector2Array):
|
||||
self.hole_id = hole_id
|
||||
self.vectors = vectors
|
||||
Reference in New Issue
Block a user