Skip to content

Commit eb49a59

Browse files
committed
Merge branch 'master' of https://github.com/Isthimius/Gondwana
2 parents c803b40 + 107a495 commit eb49a59

169 files changed

Lines changed: 42 additions & 8622 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
using System.Numerics;
1616
using Gondwana.Drawing.Animation;
1717

18-
namespace Gondwana.CoordinateTest;
18+
namespace Gondwana.Demos.CoordinateTest;
1919

2020
public class Game : IDisposable
2121
{
@@ -56,6 +56,8 @@ public void InitializeGame(string? configPath = null, bool? autoSaveConfig = nul
5656
InitSprites();
5757
InitDirectDrawings();
5858

59+
RenderSurface.Host.ViewManager.Views[0].Camera.FollowCentered(SpriteManager.Instance.GetSpriteByID("rooster_1")!);
60+
5961
// configure input handling here
6062
ConfigureKeyboardInput();
6163
ConfigureMouseInput();

Testing/Gondwana.CoordinateTest/GameWindow.Designer.cs renamed to Demos/Gondwana.CoordinateTest/GameWindow.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Testing/Gondwana.CoordinateTest/GameWindow.cs renamed to Demos/Gondwana.CoordinateTest/GameWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Gondwana.CoordinateTest;
1+
namespace Gondwana.Demos.CoordinateTest;
22

33
public partial class GameWindow : Form
44
{
File renamed without changes.

Testing/Gondwana.CoordinateTest/Gondwana.CoordinateTest.csproj renamed to Demos/Gondwana.CoordinateTest/Gondwana.CoordinateTest.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>
9+
<RootNamespace>Gondwana.Demos.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
910
</PropertyGroup>
1011

1112
<ItemGroup>

Testing/Gondwana.CoordinateTest/Program.cs renamed to Demos/Gondwana.CoordinateTest/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Gondwana.CoordinateTest;
1+
namespace Gondwana.Demos.CoordinateTest;
22

33
internal static class Program
44
{
File renamed without changes.
File renamed without changes.
File renamed without changes.

Testing/Gondwana.ParticleTest/Form1.Designer.cs renamed to Demos/Gondwana.ParticleTest/Form1.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)