Skip to content

Commit 17bc358

Browse files
committed
Release Updates.
1 parent 523a179 commit 17bc358

File tree

14 files changed

+43
-33
lines changed

14 files changed

+43
-33
lines changed
512 Bytes
Binary file not shown.

Release/ShapeEngineCore.dll

-212 KB
Binary file not shown.
213 KB
Binary file not shown.
-36.1 MB
Binary file not shown.
-709 KB
Binary file not shown.

ShapeEngineDemo/Program.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ static class Program
1717
{
1818
public static void Main(params string[] launchParams)
1919
{
20+
//Uncomment to generate a new resources.shp file
2021
//ShapeEngineCore.Globals.Persistent.ResourceManager.Generate("resources", "");
22+
23+
24+
//START
2125
ScreenInitInfo screenInitInfo = new ScreenInitInfo(1920, 1080, 0.25f, 2.0f, "Raylib Template", 60, true, false, 0, false);
2226
DataInitInfo dataInitInfo = new DataInitInfo("", "test-properties", new ShapeEngineDemo.DataObjects.DefaultDataResolver(), "asteroids", "player", "guns", "projectiles", "colors", "engines");
2327
ShapeEngine.Start(new Demo(), screenInitInfo, dataInitInfo);
-1.71 MB
Binary file not shown.
-9.94 MB
Binary file not shown.
-22.4 MB
Binary file not shown.
-1.87 MB
Binary file not shown.

0 commit comments

Comments
 (0)