complete refactor
This commit is contained in:
parent
6f83a12739
commit
c827623bdc
71 changed files with 212 additions and 137 deletions
11
scripts/resources/entities/GridEntityResource.cs
Normal file
11
scripts/resources/entities/GridEntityResource.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using Godot;
|
||||
|
||||
namespace Newlon.Resources;
|
||||
|
||||
[GlobalClass]
|
||||
[Tool]
|
||||
public partial class GridEntityResource : EntityResource
|
||||
{
|
||||
[Export] public int Layer = 1;
|
||||
[Export] public bool DontRegister = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue