Adds vqa playback to the asset browser

This commit is contained in:
DeadlySurprise
2014-10-03 10:27:53 +02:00
parent 802eaac87b
commit e187876bdf
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]