diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-25 17:26:01 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-25 17:26:01 -0300 |
| commit | 35660f002898cd2382567696890d3fbc4d21e763 (patch) | |
| tree | 5b69cd8857e60b614ad01344abfb48400d6dd25c /scripts/map/TileDefinition.cs | |
| parent | 832fe5e98842123bcc9d0c3245babf172bb10578 (diff) | |
FOV
Diffstat (limited to 'scripts/map/TileDefinition.cs')
| -rw-r--r-- | scripts/map/TileDefinition.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/map/TileDefinition.cs b/scripts/map/TileDefinition.cs index 548fda7..fbd14a1 100644 --- a/scripts/map/TileDefinition.cs +++ b/scripts/map/TileDefinition.cs @@ -11,4 +11,6 @@ public partial class TileDefinition : Resource [ExportCategory("Mechanics")] [Export] public bool IsWalkable { get; set; } + [Export] + public bool IsTransparent { get; set; } } |
