chore: bumped engine version

This commit is contained in:
2026-01-31 00:49:30 +03:00
parent 1a1e6fe4c8
commit 1a76df1f02
9 changed files with 17 additions and 18 deletions

View File

@@ -8,6 +8,7 @@ using Engine.Integration.MonoGame;
using Engine.Physics2D;
using Engine.Systems.Network;
using Engine.Systems.Tween;
using Engine.Systems.Graphics;
using Pong.Behaviours;
@@ -31,6 +32,7 @@ public static class PongUniverse
universe.InstantiateUniverseObject().SetUniverseObject("Camera")
.BehaviourController.AddBehaviour<Transform2D>()
.BehaviourController.AddBehaviour<CameraController>()
.BehaviourController.AddBehaviour<MonoGameTriangleBatch>()
.BehaviourController.AddBehaviour<MonoGameCamera2D>();
////////////////////////////////////////////////////////////////////////////////////