Skip to content

Commit

Permalink
Change symbols of variants vehicle parts to increase ascii readability (
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman authored May 22, 2021
1 parent 687b686 commit b05c219
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions data/json/vehicleparts/boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"categories": [ "hull" ],
"standard_symbols": true,
"symbols": {
"horizontal_front": "T",
"horizontal_rear": "B",
"horizontal_front": "h",
"horizontal_rear": "h",
"horizontal_2_front": "=",
"horizontal_2_rear": "=",
"vertical_left": "j",
Expand Down
2 changes: 1 addition & 1 deletion data/json/vehicleparts/doors.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"size": 10,
"symbol": "+",
"symbols": { "ne": "u", "nw": "y", "se": "b", "sw": "n", "vertical_left": "L", "vertical_right": "n", "front": "T", "rear": "B" },
"symbols": { "ne": "+", "nw": "+", "se": "+", "sw": "+", "vertical_left": "+", "vertical_right": "+", "front": "+", "rear": "+" },
"type": "vehicle_part"
},
{
Expand Down
8 changes: 4 additions & 4 deletions data/json/vehicleparts/windshields.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"vertical": "j",
"vertical_left": "j",
"vertical_right": "H",
"horizontal_front": "T",
"horizontal_front": "h",
"horizontal_front_edge": "^",
"horizontal_rear": "B",
"horizontal_rear": "h",
"horizontal_rear_edge": "="
},
"broken_color": "light_gray",
Expand Down Expand Up @@ -56,9 +56,9 @@
"vertical": "j",
"vertical_left": "j",
"vertical_right": "H",
"horizontal_front": "T",
"horizontal_front": "h",
"horizontal_front_edge": "^",
"horizontal_rear": "B",
"horizontal_rear": "h",
"horizontal_rear_edge": "="
},
"broken_color": "light_gray",
Expand Down

0 comments on commit b05c219

Please sign in to comment.