Add core content definitions
This commit is contained in:
8
godot/scripts/content/definitions/LayerKind.cs
Normal file
8
godot/scripts/content/definitions/LayerKind.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace SideScrollerGame.Content.Definitions;
|
||||
|
||||
public enum LayerKind
|
||||
{
|
||||
Background,
|
||||
Interactive,
|
||||
Foreground
|
||||
}
|
||||
Reference in New Issue
Block a user