(3dc4135ce) v0.9.5.1
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
public override bool DrawDamageEffect
|
||||
public bool DrawDamageEffect
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -206,6 +206,14 @@ namespace Barotrauma
|
||||
}
|
||||
|
||||
private Rectangle defaultRect;
|
||||
/// <summary>
|
||||
/// Unscaled rect
|
||||
/// </summary>
|
||||
public Rectangle DefaultRect
|
||||
{
|
||||
get { return defaultRect; }
|
||||
set { defaultRect = value; }
|
||||
}
|
||||
|
||||
public override Rectangle Rect
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user