Create Mission Select screen

This commit is contained in:
2023-03-06 23:42:01 +01:00
parent 8a2bdc347c
commit 7476e09fed
76 changed files with 46727 additions and 414 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -4,16 +4,41 @@
<Language Id="GB" />
</Languages>
<Texts>
<TextGroup Id="Group1" />
<TextGroup Id="MissionNames">
<Text Id="Manual" Alignment="Center" TypographyId="Chinat_Small">
<Translation Language="GB">Manual Driving</Translation>
</Text>
<Text Id="Inspection" Alignment="Center" TypographyId="Chinat_Small">
<Translation Language="GB">Inspection</Translation>
</Text>
<Text Id="EBS" Alignment="Center" TypographyId="Chinat_Small">
<Translation Language="GB">EBS Test</Translation>
</Text>
<Text Id="Trackdrive" Alignment="Center" TypographyId="Chinat_Small">
<Translation Language="GB">Trackdrive</Translation>
</Text>
<Text Id="AutoX" Alignment="Center" TypographyId="Chinat_Small">
<Translation Language="GB">Autocross</Translation>
</Text>
<Text Id="Skidpad" Alignment="Center" TypographyId="Chinat_Small">
<Translation Language="GB">Skidpad</Translation>
</Text>
<Text Id="Accel" Alignment="Center" TypographyId="Chinat_Small">
<Translation Language="GB">Acceleration</Translation>
</Text>
</TextGroup>
<TextGroup Id="Unsorted">
<Text Id="__SingleUse_6GPV" Alignment="Left" TypographyId="Default">
<Translation Language="GB">FaSTTUBe</Translation>
<Text Id="__SingleUse_M5X7" Alignment="Center" TypographyId="Chinat_Small">
<Translation Language="GB">Invalid Mission</Translation>
</Text>
<Text Id="__SingleUse_6GPV" Alignment="Left" TypographyId="Chinat_Large">
<Translation Language="GB">Choose a mission</Translation>
</Text>
</TextGroup>
</Texts>
<Typographies>
<Typography Id="Default" Font="verdana.ttf" Size="20" Bpp="4" Direction="LTR" FallbackCharacter="?" />
<Typography Id="Large" Font="verdana.ttf" Size="40" Bpp="4" Direction="LTR" FallbackCharacter="?" />
<Typography Id="Small" Font="verdana.ttf" Size="10" Bpp="4" Direction="LTR" FallbackCharacter="?" />
<Typography Id="Chinat_Large" Font="CHINN___.ttf" Size="30" Bpp="4" Direction="LTR" FallbackCharacter="?" />
<Typography Id="Chinat_Small" Font="CHINN___.ttf" Size="20" Bpp="4" Direction="LTR" FallbackCharacter="?" />
</Typographies>
</TextDatabase>