Added Second Display Preview Text

This commit is contained in:
r.nikolin 2023-10-31 12:05:24 +03:00
parent fcc48ab1fe
commit 6e8a64fc0e
3 changed files with 1060 additions and 1293 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -48,7 +48,7 @@ public class MonumentController : MonoBehaviour
public void PlaySound() public void PlaySound()
{ {
_previewSound.PlaySound(_info.LongClip); _previewSound.PlaySound(_info.LongClip);
//_monumentPreview.ShowInfo(_info.Name, _info.Image, _info.LongDescription, _info.LongDuration); _monumentPreview.ShowInfo(_info.Name, _info.Image, _info.Description, _info.LongDuration);
} }