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