]> Dogcows Code - chaz/yoink/blobdiff - data/tilemaps/BackgroundNear.json
fixed up video and texture handling
[chaz/yoink] / data / tilemaps / BackgroundNear.json
index 2ae063742ae42b8decbfa5e3915372b0771cd68f..c6bb637b235954c69b43e9411e4148d3551184d8 100644 (file)
@@ -1,8 +1,8 @@
 {
-       "TilesU": 1,
-       "TilesV": 1,
-       "MinFilter": "Linear",
-       "MagFilter": "Linear",
-       "WrapU": "Repeat",
-       "WrapV": "Repeat"
+       "tiles_s": 1,
+       "tiles_t": 1,
+       "min_filter": "linear",
+       "mag_filter": "linear",
+       "wrap_s": "repeat",
+       "wrap_t": "repeat"
 }
This page took 0.020428 seconds and 4 git commands to generate.