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:
2026-03-28 11:28:59 +00:00
parent b3b569e98f
commit 403bb2681d
23 changed files with 83 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 20d9cd597e2744d68f98eb903834b661
timeCreated: 1774614274

View 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;
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 8536073ed1ba42799f3c8c77bfdf9136
timeCreated: 1774614265

View File

@@ -0,0 +1,7 @@
namespace BriarQueen.Framework.Extensions
{
public class EnumExtensions
{
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: acdcb8c77cb44558bd503f7ca838cf8c
timeCreated: 1774614255

View File

@@ -0,0 +1,7 @@
namespace BriarQueen.Framework.Extensions
{
public class StringExtensions
{
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: bc1187b147674ffbb57db70f1b5a8e43
timeCreated: 1774689780

View File

@@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: 1ea06ccd208c462bb1311b33057131c6
timeCreated: 1774555158

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 6edb1657de0f4759b5563de3dd625799
timeCreated: 1774694628

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 123b22f5870243e5ba1fdbcda4bbabde
timeCreated: 1774694641

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 38875deca26847619404eb281c98f21c
timeCreated: 1774694667

View File

@@ -0,0 +1,7 @@
namespace BriarQueen.Game.Puzzles.ChapterOne.LaxleyHouse.Clock
{
public class LaxleyClockBasePuzzle
{
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 7162a53d3fc7482389473ef98dbb6f11
timeCreated: 1774694726

View File

@@ -0,0 +1,7 @@
namespace BriarQueen.Game.Puzzles.ChapterOne.LaxleyHouse.Clock
{
public class LaxleyClockFace
{
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 86f2d2fa28bf4e8aa2e5afdf00da6dca
timeCreated: 1774694771

View File

@@ -0,0 +1,7 @@
namespace BriarQueen.Game.Puzzles.ChapterOne.LaxleyHouse.Clock
{
public class LaxleyClockHand
{
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 34468c31870143d18f90a5c285f282f9
timeCreated: 1774695987

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 6f8d8ac8596d463daab5ce2a1a87f08b
timeCreated: 1774694641

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: f90b81f7232344f3b46f2470cc93c933
timeCreated: 1774694641