diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-24 21:46:00 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-24 21:46:00 -0300 |
| commit | efb712cb70ca1d0913bb69456ac2344fbaacad0e (patch) | |
| tree | f59a1ce426ed8ee9373b1577126c55c8017dbc4a /scripts/DungeonGenerator.cs | |
| parent | 723e66a82606ee78ca4156a0c0a850185b4c0369 (diff) | |
Gerador de masmorras.
Diffstat (limited to 'scripts/DungeonGenerator.cs')
| -rw-r--r-- | scripts/DungeonGenerator.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/DungeonGenerator.cs b/scripts/DungeonGenerator.cs deleted file mode 100644 index 99b8aac..0000000 --- a/scripts/DungeonGenerator.cs +++ /dev/null @@ -1,19 +0,0 @@ -using Godot; -using System; - -public partial class DungeonGenerator : Node -{ - private TileMapLayer map; - - [ExportCategory("Parametres")] - [Export] - private int width = 80; - [Export] - private int height = 60; - - public override void _Ready() - { - base._Ready(); - map = GetParent().GetNode<TileMapLayer>("Dungeon"); - } -} |
