Entities that are behind other entities can be selected using a listbox that appears when hovering the cursor over them, itemcomponent GUIFrames aren't added to GUIUpdateList in sub editor (unless in character mode)
This commit is contained in:
@@ -54,13 +54,13 @@ namespace Barotrauma
|
||||
set { spawnType = value; }
|
||||
}
|
||||
|
||||
//public override string Name
|
||||
//{
|
||||
// get
|
||||
// {
|
||||
// return spawnType == SpawnType.Path ? "WayPoint" : "SpawnPoint";
|
||||
// }
|
||||
//}
|
||||
public override string Name
|
||||
{
|
||||
get
|
||||
{
|
||||
return spawnType == SpawnType.Path ? "WayPoint" : "SpawnPoint";
|
||||
}
|
||||
}
|
||||
|
||||
public string[] IdCardTags
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user