refactor Desert assembly into Station46

This commit is contained in:
2023-03-22 09:13:07 +01:00
parent 9c65d24685
commit e1bfecbd4b
67 changed files with 54 additions and 2326 deletions

View File

@@ -4,10 +4,10 @@ using UnityEngine;
namespace EscapeRoomEngine.Station46.Runtime.Portal
{
/// <summary>
/// The desert theme includes its own version of a portal that changes colour when it is unlocked.
/// The Station 46 theme includes its own version of a portal that changes colour when it is unlocked.
/// </summary>
[RequireComponent(typeof(Emission))]
public class DesertPortal : EscapeRoomEngine.Portal.Runtime.Portal
public class Station46Portal : EscapeRoomEngine.Portal.Runtime.Portal
{
private Emission _emission;