From 2eea737413aa7b84596f9587e4a483df11e96b8b Mon Sep 17 00:00:00 2001 From: Stan Soldatov Date: Fri, 22 Nov 2024 04:45:38 +0100 Subject: [PATCH] FS25 schema update. --- data/fs25-texture-schema.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/data/fs25-texture-schema.json b/data/fs25-texture-schema.json index 15ec2f6a..e0751b8e 100644 --- a/data/fs25-texture-schema.json +++ b/data/fs25-texture-schema.json @@ -1,10 +1,7 @@ [ { "name": "asphalt", - "count": 2, - "tags": { "highway": ["motorway", "trunk", "primary"] }, - "width": 8, - "color": [70, 70, 70] + "count": 2 }, { "name": "asphaltCracks", @@ -16,7 +13,10 @@ }, { "name": "asphaltDusty", - "count": 2 + "count": 2, + "tags": { "highway": ["motorway", "trunk", "primary"] }, + "width": 8, + "color": [70, 70, 70] }, { "name": "asphaltGravel", @@ -105,10 +105,7 @@ }, { "name": "gravel", - "count": 2, - "tags": { "highway": ["secondary", "tertiary", "road"] }, - "width": 4, - "color": [140, 180, 210] + "count": 2 }, { "name": "gravelDirtMoss", @@ -147,7 +144,10 @@ }, { "name": "mudLight", - "count": 2 + "count": 2, + "tags": { "highway": ["secondary", "tertiary", "road"] }, + "width": 4, + "color": [140, 180, 210] }, { "name": "mudPebbles",