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