Merge pull request #6643 from DeadlySurprise/assetBrowser

Adds vqa playback to the asset browser
This commit is contained in:
obrakmann
2014-10-07 21:07:08 +02:00
4 changed files with 108 additions and 20 deletions

View File

@@ -30,6 +30,7 @@ namespace OpenRA.Widgets
Action onComplete;
public bool Paused { get { return paused; } }
public VqaReader Video { get { return video; } }
readonly World world;
[ObjectCreator.UseCtor]