01.10.2020

+ Time controls (Stopwatch, Timers, Intervals)
+ Added smmeries to everything in SM.Base

~ Renamed Vectors to CVectors.
This commit is contained in:
Michel Fedde 2020-10-01 15:39:03 +02:00
parent 7acdba92f8
commit 97e638d9d9
44 changed files with 1092 additions and 289 deletions

View file

@ -9,7 +9,7 @@ namespace SM2D.Scene
{
public ItemCollection()
{
Transform.Size = new Vector2(1);
Transform.Size = new CVector2(1);
}
public override void Draw(DrawContext context)