Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sidi762 committed Feb 23, 2020
2 parents 3e08775 + 5f1abcc commit c35f73b
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 0 deletions.
Binary file added Models/Messages/donotproceed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions Models/Messages/donotproceed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<model>
<livery>
<name type="string">Do Not Proceed</name>
<texture>Messages/donotproceed.png</texture>
</livery>
</model>
</sim>
</PropertyList>
Binary file added Models/Messages/false.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions Models/Messages/false.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<model>
<livery>
<name type="string">False</name>
<texture>Messages/false.png</texture>
</livery>
</model>
</sim>
</PropertyList>
Binary file added Models/Messages/go.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions Models/Messages/go.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<model>
<livery>
<name type="string">Go!</name>
<texture>Messages/go.png</texture>
</livery>
</model>
</sim>
</PropertyList>
Binary file added Models/Messages/true.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions Models/Messages/true.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<model>
<livery>
<name type="string">True</name>
<texture>Messages/true.png</texture>
</livery>
</model>
</sim>
</PropertyList>

0 comments on commit c35f73b

Please sign in to comment.