72
edits
m (fix typo) |
No edit summary |
||
| Line 6: | Line 6: | ||
| valign="top" width="33%" | | | valign="top" width="33%" | | ||
{{Newsletter-cover-header|Development news}}<br/> | {{Newsletter-cover-header|Development news}}<br/> | ||
[[#Random splash screens|Random splash screens]]<br/> | |||
| valign="top" width="33%" | | | valign="top" width="33%" | | ||
{{Newsletter-cover-header|In the hangar}}<br/> | {{Newsletter-cover-header|In the hangar}}<br/> | ||
| Line 20: | Line 21: | ||
== Development News == | == Development News == | ||
=== Random splash screens === | |||
It is now possible to add multiple splash screens for an aircraft. When starting FlightGear, one of the splash screens is randomly chosen and shown on the screen. To add multiple splash screen, simply add multiple <splash-texture> tags. For example: | |||
<syntaxhighlight lang="xml"> | |||
<startup> | |||
<splash-texture>Aircraft/c172p/splash1.png</splash-texture> | |||
<splash-texture>Aircraft/c172p/splash2.png</splash-texture> | |||
<splash-texture>Aircraft/c172p/splash3.png</splash-texture> | |||
<splash-texture>Aircraft/c172p/splash4.png</splash-texture> | |||
</startup> | |||
</syntaxhighlight> | |||
You can add as many splash screens as you want. | |||
== In the Hangar == | == In the Hangar == | ||
edits