├── .import ├── .gdignore ├── 3d_tile_brick_grass.png-b203e5e783d00ac74cbb99c1d802bd09.etc2.stex ├── 3d_tile_brick_grass.png-b203e5e783d00ac74cbb99c1d802bd09.md5 ├── 3d_tile_brick_grass.png-b203e5e783d00ac74cbb99c1d802bd09.s3tc.stex ├── 3d_tile_brick_grass.png-b203e5e783d00ac74cbb99c1d802bd09.stex ├── 3d_tile_brick_grass.png-f7ce49c9370b40500433ecdee93d6356.md5 ├── 3d_tile_brick_grass.png-f7ce49c9370b40500433ecdee93d6356.stex ├── Dungeon_blue.png-4c2c6d86f23bf1446b8b41d8a08b7c18.md5 ├── Dungeon_blue.png-4c2c6d86f23bf1446b8b41d8a08b7c18.stex ├── Grass_Dirt.png-5e1e09a60b743339c538caa778817229.md5 ├── Grass_Dirt.png-5e1e09a60b743339c538caa778817229.stex ├── dungeon.glb-fba9acd552ba81182f1757d10dfad478.md5 ├── dungeon.glb-fba9acd552ba81182f1757d10dfad478.scn ├── grass.glb-8c771d03d7cbc09ee7aef6e75e260dee.md5 ├── grass.glb-8c771d03d7cbc09ee7aef6e75e260dee.scn ├── grass_brick_tiles.glb-0d5e721aad466adb39a459195bde9236.md5 ├── grass_brick_tiles.glb-0d5e721aad466adb39a459195bde9236.scn └── icon.png-487276ed1e3a0c39cad0279d744ee560.md5 ├── Auto_GridMap.gd ├── LICENSE ├── README.md ├── project.godot ├── test └── test.tscn └── tileset ├── blender ├── grass_brick_tiles.blend ├── grass_brick_tiles.blend1 ├── right click and show in file manager.gd ├── square_tiles.blend └── square_tiles.blend1 ├── dungeon.tres ├── glb ├── Grass_Brick.material ├── dungeon.glb ├── dungeon.glb.import ├── grass.glb ├── grass.glb.import ├── grass_brick_tiles.glb └── grass_brick_tiles.glb.import ├── grass.tres ├── grass_brick.tres ├── grass_brick_square.tres ├── png ├── 3d_tile_brick_grass.png ├── 3d_tile_brick_grass.png.import ├── Dungeon_blue.png ├── Dungeon_blue.png.import ├── Grass_Dirt.png └── Grass_Dirt.png.import ├── point_meshlib.tres └── scenes ├── dungeon.tscn └── grass.tscn /.import/.gdignore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.import/3d_tile_brick_grass.png-b203e5e783d00ac74cbb99c1d802bd09.etc2.stex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/3d_tile_brick_grass.png-b203e5e783d00ac74cbb99c1d802bd09.etc2.stex -------------------------------------------------------------------------------- /.import/3d_tile_brick_grass.png-b203e5e783d00ac74cbb99c1d802bd09.md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/3d_tile_brick_grass.png-b203e5e783d00ac74cbb99c1d802bd09.md5 -------------------------------------------------------------------------------- /.import/3d_tile_brick_grass.png-b203e5e783d00ac74cbb99c1d802bd09.s3tc.stex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/3d_tile_brick_grass.png-b203e5e783d00ac74cbb99c1d802bd09.s3tc.stex -------------------------------------------------------------------------------- /.import/3d_tile_brick_grass.png-b203e5e783d00ac74cbb99c1d802bd09.stex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/3d_tile_brick_grass.png-b203e5e783d00ac74cbb99c1d802bd09.stex -------------------------------------------------------------------------------- /.import/3d_tile_brick_grass.png-f7ce49c9370b40500433ecdee93d6356.md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/3d_tile_brick_grass.png-f7ce49c9370b40500433ecdee93d6356.md5 -------------------------------------------------------------------------------- /.import/3d_tile_brick_grass.png-f7ce49c9370b40500433ecdee93d6356.stex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/3d_tile_brick_grass.png-f7ce49c9370b40500433ecdee93d6356.stex -------------------------------------------------------------------------------- /.import/Dungeon_blue.png-4c2c6d86f23bf1446b8b41d8a08b7c18.md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/Dungeon_blue.png-4c2c6d86f23bf1446b8b41d8a08b7c18.md5 -------------------------------------------------------------------------------- /.import/Dungeon_blue.png-4c2c6d86f23bf1446b8b41d8a08b7c18.stex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/Dungeon_blue.png-4c2c6d86f23bf1446b8b41d8a08b7c18.stex -------------------------------------------------------------------------------- /.import/Grass_Dirt.png-5e1e09a60b743339c538caa778817229.md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/Grass_Dirt.png-5e1e09a60b743339c538caa778817229.md5 -------------------------------------------------------------------------------- /.import/Grass_Dirt.png-5e1e09a60b743339c538caa778817229.stex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/Grass_Dirt.png-5e1e09a60b743339c538caa778817229.stex -------------------------------------------------------------------------------- /.import/dungeon.glb-fba9acd552ba81182f1757d10dfad478.md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/dungeon.glb-fba9acd552ba81182f1757d10dfad478.md5 -------------------------------------------------------------------------------- /.import/dungeon.glb-fba9acd552ba81182f1757d10dfad478.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/dungeon.glb-fba9acd552ba81182f1757d10dfad478.scn -------------------------------------------------------------------------------- /.import/grass.glb-8c771d03d7cbc09ee7aef6e75e260dee.md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/grass.glb-8c771d03d7cbc09ee7aef6e75e260dee.md5 -------------------------------------------------------------------------------- /.import/grass.glb-8c771d03d7cbc09ee7aef6e75e260dee.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/grass.glb-8c771d03d7cbc09ee7aef6e75e260dee.scn -------------------------------------------------------------------------------- /.import/grass_brick_tiles.glb-0d5e721aad466adb39a459195bde9236.md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/grass_brick_tiles.glb-0d5e721aad466adb39a459195bde9236.md5 -------------------------------------------------------------------------------- /.import/grass_brick_tiles.glb-0d5e721aad466adb39a459195bde9236.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/grass_brick_tiles.glb-0d5e721aad466adb39a459195bde9236.scn -------------------------------------------------------------------------------- /.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 -------------------------------------------------------------------------------- /Auto_GridMap.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/Auto_GridMap.gd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/README.md -------------------------------------------------------------------------------- /project.godot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/project.godot -------------------------------------------------------------------------------- /test/test.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/test/test.tscn -------------------------------------------------------------------------------- /tileset/blender/grass_brick_tiles.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/blender/grass_brick_tiles.blend -------------------------------------------------------------------------------- /tileset/blender/grass_brick_tiles.blend1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/blender/grass_brick_tiles.blend1 -------------------------------------------------------------------------------- /tileset/blender/right click and show in file manager.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/blender/right click and show in file manager.gd -------------------------------------------------------------------------------- /tileset/blender/square_tiles.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/blender/square_tiles.blend -------------------------------------------------------------------------------- /tileset/blender/square_tiles.blend1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/blender/square_tiles.blend1 -------------------------------------------------------------------------------- /tileset/dungeon.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/dungeon.tres -------------------------------------------------------------------------------- /tileset/glb/Grass_Brick.material: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/glb/Grass_Brick.material -------------------------------------------------------------------------------- /tileset/glb/dungeon.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/glb/dungeon.glb -------------------------------------------------------------------------------- /tileset/glb/dungeon.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/glb/dungeon.glb.import -------------------------------------------------------------------------------- /tileset/glb/grass.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/glb/grass.glb -------------------------------------------------------------------------------- /tileset/glb/grass.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/glb/grass.glb.import -------------------------------------------------------------------------------- /tileset/glb/grass_brick_tiles.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/glb/grass_brick_tiles.glb -------------------------------------------------------------------------------- /tileset/glb/grass_brick_tiles.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/glb/grass_brick_tiles.glb.import -------------------------------------------------------------------------------- /tileset/grass.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/grass.tres -------------------------------------------------------------------------------- /tileset/grass_brick.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/grass_brick.tres -------------------------------------------------------------------------------- /tileset/grass_brick_square.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/grass_brick_square.tres -------------------------------------------------------------------------------- /tileset/png/3d_tile_brick_grass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/png/3d_tile_brick_grass.png -------------------------------------------------------------------------------- /tileset/png/3d_tile_brick_grass.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/png/3d_tile_brick_grass.png.import -------------------------------------------------------------------------------- /tileset/png/Dungeon_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/png/Dungeon_blue.png -------------------------------------------------------------------------------- /tileset/png/Dungeon_blue.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/png/Dungeon_blue.png.import -------------------------------------------------------------------------------- /tileset/png/Grass_Dirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/png/Grass_Dirt.png -------------------------------------------------------------------------------- /tileset/png/Grass_Dirt.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/png/Grass_Dirt.png.import -------------------------------------------------------------------------------- /tileset/point_meshlib.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/point_meshlib.tres -------------------------------------------------------------------------------- /tileset/scenes/dungeon.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/scenes/dungeon.tscn -------------------------------------------------------------------------------- /tileset/scenes/grass.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Calame321/Godot_Auto_GridMap/HEAD/tileset/scenes/grass.tscn --------------------------------------------------------------------------------