Picking items from outside the sub, replcaed fabricator.png with separate sprites for each machine, descriptions moved from itemprefab to the mapentityprefab base class, editortutorial progress
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Barotrauma.Tutorials
|
||||
|
||||
}
|
||||
|
||||
protected override IEnumerable<object> UpdateState()
|
||||
public override IEnumerable<object> UpdateState()
|
||||
{
|
||||
Submarine.Loaded.SetPosition(new Vector2(Submarine.Loaded.Position.X, 38500.0f));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user