diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-09 19:09:34 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-09 19:09:34 -0300 |
| commit | c6bbb834f7758027c0df338f1520f34fad3befea (patch) | |
| tree | 1818cd23c24be16fbe19b16dd0a510874d440d83 /scripts/entities/EntityDefinition.cs | |
| parent | f1b51bed52ffbd90b5b7cc8dcfc6f0484bbbeb3c (diff) | |
Organização
Diffstat (limited to 'scripts/entities/EntityDefinition.cs')
| -rw-r--r-- | scripts/entities/EntityDefinition.cs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/scripts/entities/EntityDefinition.cs b/scripts/entities/EntityDefinition.cs deleted file mode 100644 index ba7236a..0000000 --- a/scripts/entities/EntityDefinition.cs +++ /dev/null @@ -1,20 +0,0 @@ -using Godot; - -[GlobalClass] -public partial class EntityDefinition : Resource{ - [ExportCategory("Entity Visuals")] - // Nome da entidade. - [Export] - public string name = "unnamed"; - // Seu sprite. - [Export] - public Texture2D texture; - // A camada da entidade. - [Export] - public EntityType Type; - - [ExportCategory("Entity Mechanics")] - // Se a entidade bloqueia movimento. - [Export] - public bool blocksMovement = true; -}
\ No newline at end of file |
