mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
Changed to system type
This commit is contained in:
parent
ab015b0cef
commit
aa312cbc3b
@ -88,6 +88,6 @@ func NSprite(path, x, y, r)
|
|||||||
// Creates new Vector2 class
|
// Creates new Vector2 class
|
||||||
func Vec2(x, y)
|
func Vec2(x, y)
|
||||||
{
|
{
|
||||||
Vec2 v = CPP.Graphics.Vec2(x, y)
|
Vec2 v = CPP.System.Vec2(x, y)
|
||||||
return v
|
return v
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user