Finish dialog with mor

This commit is contained in:
om 2022-10-09 20:29:06 +02:00
parent bf2cf81c9d
commit 81a8e2d3c7
1 changed files with 43 additions and 2 deletions

View File

@ -33,6 +33,27 @@
<text x="14" y="160" style="font: bold 20px sans-serif" fill="black">?</text>
</g>
</symbol>
<symbol id="strand" width="80" height="1200">
<rect width="80" height="130" fill="yellow"></rect>
<g style="fill: pink; stroke: pink;">
<circle cx="60" cy="20" r="20" />
<!-- spine -->
<line x1="55" y1="40" x2="22" y2="100" />
<!-- left leg -->
<polyline fill="none" points="20,100 60,90 35,125" />
<!-- right leg -->
<polyline fill="none" points="20,100 50,75 25,120" />
<!-- left arm -->
<polyline fill="none" points="37,70 20,45" />
<!-- right arm + bucket -->
<polyline fill="none" points="39,71 70,50" />
</g>
</symbol>
<symbol id="flag_denmark" width="20" height="15">
<path fill="#c8102e" d="M0,0H20V15H0Z"/>
<path fill="#fff" d="M0,6H6V0H8V6H20V8H8V15H6V8H0Z"/>
@ -512,7 +533,17 @@ async function dialog_mor_da() {
current_dialog = d;
await d.you("Jeg har fundet nogle gamle familiebilleder fra vores ferie for 10 år siden");
await d.you("Her leger du på stranden");
await d.you("(naked stick figure image here)");
await d.you("#strand");
await d.me('Tak, men jeg vil heller ikke at mine nøgenbilleder kommer på nettet', true);
await d.you('Hvorfor er du bekymret over det? Det er jo bare dig som barn. Lange tid siden');
await d.me('Internettet er ikke et godt sted til at dele meget private billeder');
await d.me('Man taber let kontrollen over dem');
await d.you('Ja, men det er bare os to som deler billederne?');
await d.me('Vi krypterer faktisk vores beskeder, så er det ikke så slemt');
await d.me('Men EU komissionen vil indføre en funktion at alle beskeder kan scannes, selv om de er krypteret');
await d.me('Det vil ikke være bare os to, som har adgang til vores private billeder');
await d.you('Det overrasker mig. Men så tænker jeg at jeg vil bare give dig en USB-nøgle næste gang du kommer på besøg');
await d.me('God idé. Tak :-)');
}
async function dialog_mor_en() {
@ -520,7 +551,17 @@ async function dialog_mor_en() {
current_dialog = d;
await d.you("I have found some old family photos from our holiday from 10 years ago");
await d.you("This is you playing on the beach");
await d.you("(naked stick figure image here)");
await d.you("#strand");
await d.me('Thanks, but I would rather not have my nude pictures on the internet', true);
await d.you('Why do you worry about that? This is just you as a child a long time ago');
await d.me('The Internet is not a good place to share very private pictures');
await d.me('It is very easy to lose control over them');
await d.you('Well, but it is just us who share the pictures?');
await d.me('We encrypt our messages, so it is kinda fine.');
await d.me('But the EU commission wants to introduce a function for scanning all messages even if they are encrypted');
await d.me('It won\'t be just us two who will have access to our private pictures');
await d.you('That surprises me. But then I think I will give you a USB stick next time you visit me');
await d.me('Good idea! Thanks :-)');
}
async function dialog_kaereste() {

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 29 KiB