diff options
| -rw-r--r-- | frontend/site/projects/museum/subtitles.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/subtitles.js b/frontend/site/projects/museum/subtitles.js index 4440ce9..33186f3 100644 --- a/frontend/site/projects/museum/subtitles.js +++ b/frontend/site/projects/museum/subtitles.js @@ -4,6 +4,7 @@ export const SUBTITLES = { title: 'Mountain of the Sun, Cosmic Cave', popup: "stars", audio_url: "/last-museum/static/uploads/3/audio/Frame01-24sec.mp3", + cursor: "/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-04.png", subtitles: [ "This ‘mountain of the sun’, as it is also called,", "is the equivalent of Meru, also entitled ‘white mountain’.", @@ -23,6 +24,7 @@ export const SUBTITLES = { title: 'An Exhibition of Clammy Solitude', popup: "temple", audio_url: "/last-museum/static/uploads/3/audio/Frame02-33sec.mp3", + cursor: "/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-133.png", subtitles: [ "If an artist could see the world through the eyes of a caterpillar", "he might be able to make some fascinating art.", @@ -45,6 +47,7 @@ export const SUBTITLES = { title: 'Superpositionality of the Hidden People', popup: "hypercard", audio_url: "/last-museum/static/uploads/3/audio/Frame03-24sec.mp3", + cursor: "/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-134.png", subtitles: [ "Down where the “Hidden People” live, inside their private rock dwellings,", "where humans who visit them can be closed in and never find a way out again.", @@ -61,6 +64,7 @@ export const SUBTITLES = { title: 'They Simply Pointed to the Sky', popup: "vr", audio_url: "/last-museum/static/uploads/3/audio/Frame04-30sec.mp3", + cursor: "/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-135.png", subtitles: [ "The Sumerian word AN.BAR, the oldest word designating iron,", "is made up of the pictograms ‘sky’ and ‘fire.’", @@ -82,6 +86,7 @@ export const SUBTITLES = { title: 'The Glass Key', popup: "magritte", audio_url: "/last-museum/static/uploads/3/audio/Frame05-36sec.mp3", + cursor: "/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-136.png", subtitles: [ "Seeing the egg is impossible:", "the egg is supervisible just as there are supersonic sounds.", |
