This commit is contained in:
Sidi Liang 2020-02-23 20:40:19 +08:00
commit c35f73bc52
No known key found for this signature in database
GPG Key ID: 79F0A6B20B72F42F
8 changed files with 44 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -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>

BIN
Models/Messages/false.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

11
Models/Messages/false.xml Normal file
View File

@ -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>

BIN
Models/Messages/go.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

11
Models/Messages/go.xml Normal file
View File

@ -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>

BIN
Models/Messages/true.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

11
Models/Messages/true.xml Normal file
View File

@ -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>