(b597640aa) Implemented the new splash videos (each can be skipped separately), language selection on first startup works now

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:47:02 +03:00
parent 436c5d4d73
commit bb6bffe88a
16 changed files with 213 additions and 349 deletions
@@ -15,6 +15,8 @@ namespace Barotrauma
private AIObjectiveFindDivingGear findDivingGear;
private AIObjectiveFindDivingGear findDivingGear;
private AIObjectiveFindDivingGear findDivingGear;
private Vector2 targetPos;
private bool repeat;
@@ -87,8 +89,6 @@ namespace Barotrauma
public bool FollowControlledCharacter;
public bool FollowControlledCharacter;
public AIObjectiveGoTo(Entity target, Character character, AIObjectiveManager objectiveManager, bool repeat = false, bool getDivingGearIfNeeded = true, float priorityModifier = 1)
: base (character, objectiveManager, priorityModifier)
{