Update project version & change destructible wall destroy tine
This commit is contained in:
parent
6b52c96eac
commit
88ea08a09a
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ namespace src.Wall
|
||||||
{
|
{
|
||||||
DebugHelper.LogInfo($"Destructible wall hit by explosion {transform.position}");
|
DebugHelper.LogInfo($"Destructible wall hit by explosion {transform.position}");
|
||||||
BeforeDestroy();
|
BeforeDestroy();
|
||||||
Destroy(gameObject, .55f);
|
Destroy(gameObject);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1 +1 @@
|
||||||
m_EditorVersion: 2018.4.2f1
|
m_EditorVersion: 2018.4.3f1
|
||||||
|
|
Loading…
Reference in a new issue