]> Dogcows Code - chaz/yoink/blobdiff - data/tilemaps/BigExplosion.lua
converted tilemap scripts to lua
[chaz/yoink] / data / tilemaps / BigExplosion.lua
diff --git a/data/tilemaps/BigExplosion.lua b/data/tilemaps/BigExplosion.lua
new file mode 100644 (file)
index 0000000..2acfc3c
--- /dev/null
@@ -0,0 +1,6 @@
+tiles_s = 8
+tiles_t = 1
+min_filter = NEAREST
+mag_filter = NEAREST
+wrap_s = CLAMP
+wrap_t = CLAMP
This page took 0.019928 seconds and 4 git commands to generate.