Replaced IntX by intX, Basic AssetViewer (can view Textures, kind of)

This commit is contained in:
Simon Lübeß
2023-07-01 00:15:01 +02:00
parent e12fcaacff
commit 77c45db122
37 changed files with 1299 additions and 1688 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ namespace Sandbox
if(_moving)
{
Int2 movement = Input.GetMouseMovement();
int2 movement = Input.GetMouseMovement();
_position.X += movement.X;
_position.Y += movement.Y;