mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Shooting and big tank fix
This commit is contained in:
parent
cc00c8eaf0
commit
0a6e89faed
26 changed files with 797 additions and 9 deletions
|
|
@ -8,4 +8,9 @@ public static class VectorExtensions
|
|||
{
|
||||
return new Vector2(original.X, original.Z);
|
||||
}
|
||||
|
||||
public static Vector3 ToVector3(this Vector2 original, float height = 0)
|
||||
{
|
||||
return new Vector3(original.X, height, original.Y);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue