Skip to content

Commit ef3cc9f

Browse files
committed
Removed demo folder from main build.
1 parent 9d8a33c commit ef3cc9f

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changeset/fast-olives-act.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"hexagon-tile-map-layer": patch
3+
---
4+
5+
Removed demo folder from main build.

addons/hexagon_tilemaplayer/demo/methods/cube_linedraw.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ func _exit_tree() -> void:
2222
demo.tile_map.show_debug_tiles(-1)
2323
line.queue_free()
2424

25+
2526
func _ready() -> void:
2627
demo.tile_map.hovering_tile = Vector3i(3, -2, -1)
2728
_on_tile_changed()

build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ addFilesToZip(fullZip, ADDON_PATH, path.join(exampleArchiveName, ADDON_PATH), ex
6363
fullZip.writeZip(path.join(DIST_PATH, `${exampleArchiveName}.zip`));
6464

6565
excludePatterns.push('example');
66+
excludePatterns.push('demo');
6667

6768
// Create addon archive
6869
const addonZip = new AdmZip();

0 commit comments

Comments
 (0)