init
This commit is contained in:
9
src/Levels/DemoLevel.cs
Normal file
9
src/Levels/DemoLevel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Godot;
|
||||
|
||||
namespace Slimepire.Levels;
|
||||
|
||||
[SceneTree]
|
||||
public partial class DemoLevel : BaseLevel
|
||||
{
|
||||
protected override Camera2D Camera => _.Camera;
|
||||
}
|
||||
Reference in New Issue
Block a user