🎉 Initial Commit of Basic things like movement of player
This commit is contained in:
5
pkg/internal/common/vector2d.go
Normal file
5
pkg/internal/common/vector2d.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package common
|
||||
|
||||
type Vector2D struct {
|
||||
X, Y float64
|
||||
}
|
Reference in New Issue
Block a user