summaryrefslogtreecommitdiff
path: root/engine/CoreObjects/GameObject.go
diff options
context:
space:
mode:
Diffstat (limited to 'engine/CoreObjects/GameObject.go')
-rw-r--r--engine/CoreObjects/GameObject.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/CoreObjects/GameObject.go b/engine/CoreObjects/GameObject.go
index 087e1e9..186da1f 100644
--- a/engine/CoreObjects/GameObject.go
+++ b/engine/CoreObjects/GameObject.go
@@ -6,4 +6,5 @@ type GameObject interface {
Update()
Draw()
GetColliders() []Collider
+ GetYIndex() float32
}