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