Skip to content

Commit feb8eea

Browse files
committed
Document possible file types for campaign image
1 parent 58e9930 commit feb8eea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/AddingCustomCampaign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you want a field to be translated you have to add the translation as describe
8888
3. `name`: The name of the campaign
8989
4. `shortDescription`: Short description of the campaign (like a headline to get a rough imagination of the campaign)
9090
5. `longDescription`: Extended description describing the campaign in detail. Will be shown in the campaign selection screen, when the campaign is selected.
91-
6. `image`: Path to an image displayed in the campaign selection screen. You can omit this if you do no want to provide an image.
91+
6. `image`: Path to an image displayed in the campaign selection screen. Can be any "archive" with an image, e.g. `.bmp`, `.lbm`. You can omit this if you do no want to provide an image.
9292
7. `maxHumanPlayers`: For now this is always 1 until we support multiplayer campaigns
9393
8. `difficulty`: Difficulty of the campaign. Should be one of the values easy, medium or hard.
9494
9. `mapFolder` and `luaFolder`: Path to the folder containing the campaign maps and associated Lua files. Usually your campaign folder or a subfolder of it.

0 commit comments

Comments
 (0)