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