Refactored and Cleaned up some code. First iteration of Fireplace Lockbox puzzle. Additional artwork for the end of chapter one.
This commit is contained in:
3
Assets/Scripts/Data/Attributes.meta
Normal file
3
Assets/Scripts/Data/Attributes.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 20d9cd597e2744d68f98eb903834b661
|
||||
timeCreated: 1774614274
|
||||
12
Assets/Scripts/Data/Attributes/DisplayNameAttribute.cs
Normal file
12
Assets/Scripts/Data/Attributes/DisplayNameAttribute.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
public abstract class DisplayNameAttribute : Attribute
|
||||
{
|
||||
public string Name { get; }
|
||||
|
||||
public DisplayNameAttribute(string name)
|
||||
{
|
||||
Name = name;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8536073ed1ba42799f3c8c77bfdf9136
|
||||
timeCreated: 1774614265
|
||||
7
Assets/Scripts/Framework/Extensions/EnumExtensions.cs
Normal file
7
Assets/Scripts/Framework/Extensions/EnumExtensions.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace BriarQueen.Framework.Extensions
|
||||
{
|
||||
public class EnumExtensions
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: acdcb8c77cb44558bd503f7ca838cf8c
|
||||
timeCreated: 1774614255
|
||||
7
Assets/Scripts/Framework/Extensions/StringExtensions.cs
Normal file
7
Assets/Scripts/Framework/Extensions/StringExtensions.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace BriarQueen.Framework.Extensions
|
||||
{
|
||||
public class StringExtensions
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bc1187b147674ffbb57db70f1b5a8e43
|
||||
timeCreated: 1774689780
|
||||
@@ -1,3 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1ea06ccd208c462bb1311b33057131c6
|
||||
timeCreated: 1774555158
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6edb1657de0f4759b5563de3dd625799
|
||||
timeCreated: 1774694628
|
||||
3
Assets/Scripts/Game/Puzzles/ChapterOne/LaxleyHouse.meta
Normal file
3
Assets/Scripts/Game/Puzzles/ChapterOne/LaxleyHouse.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 123b22f5870243e5ba1fdbcda4bbabde
|
||||
timeCreated: 1774694641
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 38875deca26847619404eb281c98f21c
|
||||
timeCreated: 1774694667
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace BriarQueen.Game.Puzzles.ChapterOne.LaxleyHouse.Clock
|
||||
{
|
||||
public class LaxleyClockBasePuzzle
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7162a53d3fc7482389473ef98dbb6f11
|
||||
timeCreated: 1774694726
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace BriarQueen.Game.Puzzles.ChapterOne.LaxleyHouse.Clock
|
||||
{
|
||||
public class LaxleyClockFace
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 86f2d2fa28bf4e8aa2e5afdf00da6dca
|
||||
timeCreated: 1774694771
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace BriarQueen.Game.Puzzles.ChapterOne.LaxleyHouse.Clock
|
||||
{
|
||||
public class LaxleyClockHand
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 34468c31870143d18f90a5c285f282f9
|
||||
timeCreated: 1774695987
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6f8d8ac8596d463daab5ce2a1a87f08b
|
||||
timeCreated: 1774694641
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f90b81f7232344f3b46f2470cc93c933
|
||||
timeCreated: 1774694641
|
||||
Reference in New Issue
Block a user