From ee7adf0f634daaf6e35c037b696209d894d4d75d Mon Sep 17 00:00:00 2001 From: Jaka Date: Sun, 28 Nov 2021 04:09:19 +0100 Subject: [PATCH] Decoupled the songs from the players. This enables external songs to interface with the mod. --- source/sunken_tapes_template.xml | 137 +++++++++++++------------------ 1 file changed, 58 insertions(+), 79 deletions(-) diff --git a/source/sunken_tapes_template.xml b/source/sunken_tapes_template.xml index 796d421..951e966 100644 --- a/source/sunken_tapes_template.xml +++ b/source/sunken_tapes_template.xml @@ -23,38 +23,18 @@ - - - {% for tape in tapes %} - - - - {% endfor %} - + - + @@ -87,34 +67,14 @@ - - - {% for tape in tapes %} - - - - {% endfor %} - - + + @@ -129,39 +89,17 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + @@ -184,7 +122,7 @@ - + @@ -196,6 +134,11 @@ + + + + + @@ -251,4 +194,40 @@ {% endfor %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file