-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add signals for stop sign and yield sign.
- Loading branch information
1 parent
5fe5f65
commit bd36da5
Showing
10 changed files
with
84 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
...Navigation/Resources/Assets.xcassets/RoadIntersections/StopSignDay.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "StopSignDay.pdf" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template", | ||
"preserves-vector-representation" : true | ||
} | ||
} |
Binary file added
BIN
+10.2 KB
...vigation/Resources/Assets.xcassets/RoadIntersections/StopSignDay.imageset/StopSignDay.pdf
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
...vigation/Resources/Assets.xcassets/RoadIntersections/StopSignNight.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "StopSignNight.pdf" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template", | ||
"preserves-vector-representation" : true | ||
} | ||
} |
Binary file added
BIN
+10.2 KB
...tion/Resources/Assets.xcassets/RoadIntersections/StopSignNight.imageset/StopSignNight.pdf
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
...avigation/Resources/Assets.xcassets/RoadIntersections/YieldSignDay.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "YieldSignDay.pdf" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template", | ||
"preserves-vector-representation" : true | ||
} | ||
} |
Binary file added
BIN
+1.37 KB
...gation/Resources/Assets.xcassets/RoadIntersections/YieldSignDay.imageset/YieldSignDay.pdf
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
...igation/Resources/Assets.xcassets/RoadIntersections/YieldSignNight.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "YieldSignNight.pdf" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template", | ||
"preserves-vector-representation" : true | ||
} | ||
} |
Binary file added
BIN
+1.37 KB
...on/Resources/Assets.xcassets/RoadIntersections/YieldSignNight.imageset/YieldSignNight.pdf
Binary file not shown.