- added a map preview to the user map browser.

This commit is contained in:
Christoph Oelckers 2021-12-26 19:58:52 +01:00
parent 6dfd975f88
commit 00a7be545d
7 changed files with 293 additions and 62 deletions

View file

@ -1,5 +1,6 @@
#pragma once
#include "maptypes.h"
struct FUsermapEntry
{
@ -7,7 +8,9 @@ struct FUsermapEntry
FString container;
FString filename;
FString info;
int size;
int size = 0;
bool wallsread = false;
TArray<walltype> walls; // for rendering a preview of the map
};
struct FUsermapDirectory