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