summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-05 23:31:13 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-05 23:31:13 +0200
commit080203806aa23b2ae1ec400ac31b05cf1ecf75ad (patch)
treef8a497e887f19546d1e3a1cf7ada276ccf954d28 /build.rs
parent7d9452a0c3f3d292019d81844ccfbcdcc734d674 (diff)
Updated Gate version
The position of the origin has changed... now all of my positioning of things is off.
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index f7d8f06..fd5ea34 100644
--- a/build.rs
+++ b/build.rs
@@ -27,7 +27,6 @@ fn main() {
let mut packer = AssetPacker::new(Path::new(assets_dir));
packer.cargo_rerun_if_changed();
packer.sprites(Path::new("src_assets/sprites"));
- packer.tiles(Path::new("src_assets/tiles"));
packer.music(Path::new("src_assets/music"));
packer.sounds(Path::new("src_assets/sounds"));
if is_wasm { packer.gen_javascript_and_html(); }