Upgrade
This commit is contained in:
@@ -5,4 +5,5 @@ namespace Nocturnis.UIElements;
|
||||
public interface IKeyListener
|
||||
{
|
||||
void Register(IKeyListenerModule module);
|
||||
void Init();
|
||||
}
|
||||
@@ -4,7 +4,7 @@ namespace Nocturnis.UIElements;
|
||||
|
||||
public interface IPanelViewer
|
||||
{
|
||||
Camera2D? PanelViewerCamera { get; set; }
|
||||
IPanelViewerCamera PanelViewerCamera { get; }
|
||||
void BackToCenter();
|
||||
|
||||
}
|
||||
8
src/UIElements/IPanelViewerCamera.cs
Normal file
8
src/UIElements/IPanelViewerCamera.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Godot;
|
||||
|
||||
namespace Nocturnis.UIElements;
|
||||
|
||||
public interface IPanelViewerCamera
|
||||
{
|
||||
Vector2 Zoom { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user