Laxley Grandfather Clock puzzle artwork done.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using BriarQueen.Data.Identifiers;
|
||||
using BriarQueen.Framework.Extensions;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
@@ -82,10 +83,12 @@ namespace BriarQueen.UI.Codex
|
||||
Location = location;
|
||||
|
||||
if (_label != null)
|
||||
_label.text = string.IsNullOrWhiteSpace(displayText) ? location.ToString() : displayText;
|
||||
_label.text = string.IsNullOrWhiteSpace(displayText) ? location.ToString().Prettify() : displayText.Prettify();
|
||||
|
||||
RefreshVisuals();
|
||||
}
|
||||
|
||||
|
||||
|
||||
private void HandleClicked()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user