Stat bar and timer

This commit is contained in:
2024-09-04 01:58:06 -07:00
parent d7a49ba974
commit bd6f57e7df
5 changed files with 120 additions and 57 deletions

View File

@@ -5,9 +5,7 @@ using Chickensoft.GodotNodeInterfaces;
using Chickensoft.Introspection;
using Godot;
public interface IGame : IProvide<IGameRepo>, INode3D
{
}
public interface IGame : IProvide<IGameRepo>, INode3D;
[Meta(typeof(IAutoNode))]
public partial class Game : Node3D, IGame
@@ -38,6 +36,7 @@ public partial class Game : Node3D, IGame
GameLogic.Set(AppRepo);
}
public void OnResolved()
{
GameBinding = GameLogic.Bind();