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
+2 -2
View File
@@ -54,7 +54,7 @@ namespace GlitchyEngine
/**
* Gets or Sets the width and height of the window.
*/
public extern Int2 Size {get; set;}
public extern int2 Size {get; set;}
/**
* Gets or Sets the width of the window.
*/
@@ -67,7 +67,7 @@ namespace GlitchyEngine
/**
* Gets or Sets the position of the upper-left corner of the client area of the window.
*/
public extern Int2 Position {get; set;}
public extern int2 Position {get; set;}
/**
* Gets or Sets the x-coordinate of the upper-left corner of the client area of the window.