Online quest mode, fixed bug when swimming from hull to another, monitors with editable text, choosing exe in content package, monster quests, misc bugfixes
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Subsurface
|
||||
{
|
||||
Vector2 position = level.PositionsOfInterest[Rand.Int(level.PositionsOfInterest.Count)];
|
||||
|
||||
item = new Item(itemPrefab, position+level.Position);
|
||||
item = new Item(itemPrefab, position + level.Position);
|
||||
//item.MoveWithLevel = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user