Add textures for runways with no threshold on one end. This is
a preparation for 850 apt.dat support, too.
This commit is contained in:
parent
8b002c2655
commit
ffb872876f
3 changed files with 14 additions and 0 deletions
BIN
Textures/Runway/pa_no_threshold.png
Normal file
BIN
Textures/Runway/pa_no_threshold.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
Textures/Runway/pc_no_threshold.png
Normal file
BIN
Textures/Runway/pc_no_threshold.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -182,6 +182,13 @@ Shared parameters for various materials.
|
|||
<wrapv>false</wrapv>
|
||||
</material>
|
||||
|
||||
<material>
|
||||
<name>pa_no_threshold</name>
|
||||
<texture>Runway/pa_no_threshold.png</texture>
|
||||
<wrapu>false</wrapu>
|
||||
<wrapv>false</wrapv>
|
||||
</material>
|
||||
|
||||
<material>
|
||||
<name>pa_stopway</name>
|
||||
<texture>Runway/pa_stopway.png</texture>
|
||||
|
@ -442,6 +449,13 @@ Shared parameters for various materials.
|
|||
<wrapv>false</wrapv>
|
||||
</material>
|
||||
|
||||
<material>
|
||||
<name>pc_no_threshold</name>
|
||||
<texture>Runway/pc_no_threshold.png</texture>
|
||||
<wrapu>false</wrapu>
|
||||
<wrapv>false</wrapv>
|
||||
</material>
|
||||
|
||||
<material>
|
||||
<name>pc_stopway</name>
|
||||
<texture>Runway/pc_stopway.png</texture>
|
||||
|
|
Loading…
Add table
Reference in a new issue