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