]> Dogcows Code - chaz/yoink/blobdiff - data/tilemaps/Bonuses.json
fixed up video and texture handling
[chaz/yoink] / data / tilemaps / Bonuses.json
index 5c024d5ca7557d4c1fc013108400b6028319ab94..e5ac533b7a6e03bea119dbfa9a42ece21730696e 100644 (file)
@@ -1,8 +1,8 @@
 {
-       "TilesU": 8,
-       "TilesV": 4,
-       "MinFilter": "Linear",
-       "MagFilter": "Linear",
-       "WrapU": "Clamp",
-       "WrapV": "Clamp"
+       "tiles_s": 8,
+       "tiles_t": 4,
+       "min_filter": "nearest",
+       "mag_filter": "nearest",
+       "wrap_s": "clamp",
+       "wrap_t": "clamp"
 }
This page took 0.018681 seconds and 4 git commands to generate.