Working on entrance and building out first level
This commit is contained in:
9
Assets/Scripts/Triggers/EntranceTrigger.cs
Normal file
9
Assets/Scripts/Triggers/EntranceTrigger.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class WelcomeTrigger : BaseTrigger
|
||||
{
|
||||
protected override void OnPlayerEnter()
|
||||
{
|
||||
log.WriteOutLog("Welcome to my spaceship engineer, we are currently undergoing some maintance so please allow my robots some leeway", 0.05f);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user