2D Physics

This commit is contained in:
Simon Lübeß
2022-10-08 16:56:15 +02:00
parent 202083930a
commit a42544f171
12 changed files with 475 additions and 13 deletions
+2
View File
@@ -1,4 +1,5 @@
using System;
using Bon;
using internal GlitchyEngine.Math;
@@ -13,6 +14,7 @@ namespace GlitchyEngine.Math
/**
Represents a four component floating point color
*/
[BonTarget]
[CRepr]
struct ColorRGBA
{