Skip to content

Commit

Permalink
change_layout:Make sure park, meadow, scrub, and wood render in corre…
Browse files Browse the repository at this point in the history
…ct order (#1017)
  • Loading branch information
jfitie committed Jun 12, 2020
1 parent 7fecfe8 commit a0fb561
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions navit/navit_layout_car_dark_shipped.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@
<polygon color="#06190f"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_park" order="0-">
<polygon color="#031909"/>
<text color="#55c4bd" background_color="#000000" text_size="5"/>
</itemgra>
<itemgra item_types="poly_heath" order="10-">
<polygon color="#061c11"/>
<text text_size="5"/>
Expand Down Expand Up @@ -241,10 +245,6 @@
<polygon color="#030f07"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_wood" order="0-">
<polygon color="#041a06"/>
<text color="#55c4bd" background_color="#000000" text_size="5"/>
</itemgra>
<itemgra item_types="poly_greenhouse" order="10-">
<polygon color="#071d16"/>
<text text_size="5"/>
Expand Down Expand Up @@ -273,8 +273,8 @@
<polygon color="#041a06"/>
<text color="#55c4bd" background_color="#000000" text_size="5"/>
</itemgra>
<itemgra item_types="poly_park" order="0-">
<polygon color="#031909"/>
<itemgra item_types="poly_wood" order="0-">
<polygon color="#041a06"/>
<text color="#55c4bd" background_color="#000000" text_size="5"/>
</itemgra>
<itemgra item_types="poly_sport" order="10-">
Expand Down
12 changes: 6 additions & 6 deletions navit/navit_layout_car_shipped.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@
<polygon color="#ddcc88"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_park" order="0-">
<polygon color="#77cc55"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_heath" order="10-">
<polygon color="#d6d99f"/>
<text text_size="5"/>
Expand Down Expand Up @@ -218,10 +222,6 @@
<polygon color="#797548"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_wood" order="0-">
<polygon color="#8ec78d" src="wood.png" w="100" h="100"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_greenhouse" order="10-">
<polygon color="#f9e8cb"/>
<text text_size="5"/>
Expand Down Expand Up @@ -255,8 +255,8 @@
<polygon color="#c8d7ab" src="scrub.png" w="50" h="50"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_park" order="0-">
<polygon color="#77cc55"/>
<itemgra item_types="poly_wood" order="0-">
<polygon color="#8ec78d" src="wood.png" w="100" h="100"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_sport" order="10-">
Expand Down

0 comments on commit a0fb561

Please sign in to comment.