Skip to content

Commit

Permalink
add some more default asset types to the translation table
Browse files Browse the repository at this point in the history
  • Loading branch information
spektor56 committed Jun 23, 2019
1 parent 5173094 commit 2a0fbb9
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions PegasusExportPlugin/translationTable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,21 @@
</asset>
<asset>
<key>Arcade - Marquee</key>
<value></value>
<value>marquee</value>
</asset>
<asset>
<key>Banner</key>
<value></value>
<value>banner</value>
<aspectRatios>
<aspectRatio>
<width>16</width>
<height>9</height>
</aspectRatio>
</aspectRatios>
</asset>
<asset>
<key>Cart - Front</key>
<value></value>
<value>cartridge</value>
</asset>
<asset>
<key>Cart - Back</key>
Expand Down Expand Up @@ -98,7 +104,7 @@
</asset>
<asset>
<key>Screenshot - Gameplay</key>
<value></value>
<value>screenshots</value>
</asset>
<asset>
<key>Screenshot - Game Title</key>
Expand All @@ -118,7 +124,17 @@
</asset>
<asset>
<key>Steam Banner</key>
<value></value>
<value>steam</value>
<resolutions>
<resolution>
<width>460</width>
<height>215</height>
</resolution>
<resolution>
<width>920</width>
<height>430</height>
</resolution>
</resolutions>
</asset>
<asset>
<key>Video</key>
Expand Down

0 comments on commit 2a0fbb9

Please sign in to comment.