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