]> Dogcows Code - chaz/yoink/blobdiff - data/tilemaps/Building.json
fixed up video and texture handling
[chaz/yoink] / data / tilemaps / Building.json
index ebc6842f4d27de4222c0854dcaa927d8df41afbc..e5ac533b7a6e03bea119dbfa9a42ece21730696e 100644 (file)
@@ -1,8 +1,8 @@
 {
-       "TilesU": 8,
-       "TilesV": 4,
-       "MinFilter": "Nearest",
-       "MagFilter": "Nearest",
-       "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.017718 seconds and 4 git commands to generate.