Skip to content

Commit e7a5bab

Browse files
committed
update
1 parent 4abfe22 commit e7a5bab

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Main/Skripty/StoryStylesheet.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ body.zacatek {
1919
background-repeat: no-repeat;
2020
background-size: cover;
2121
user-select: none;
22+
height: 100%;
23+
overflow-y: hidden;
2224
}
2325

2426
body.PrvniPatro {
2527
background-color: #1c1514;
28+
height: 100%;
29+
overflow-y: hidden;
2630
}
2731

2832
p {

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,14 @@
125125
background-repeat: no-repeat;
126126
background-size: cover;
127127
user-select: none;
128+
height: 100%;
129+
overflow-y: hidden;
128130
}
129131

130132
body.PrvniPatro {
131133
background-color: #1c1514;
134+
height: 100%;
135+
overflow-y: hidden;
132136
}
133137

134138
p {
@@ -483,7 +487,7 @@
483487
// ui-macro.min.js, for SugarCube 2, by Chapel
484488
// v1.0.1, 2024-07-22, 336675ff2cabe5f729a5f30d86aa409cc8432726
485489
;!function(){var s={update:UIBar.setStoryElements,stow:UIBar.stow,unstow:UIBar.unstow,toggle:function(){$("#ui-bar").hasClass("stowed")?UIBar.unstow():UIBar.stow()},hide:function(){$("#ui-bar").css("display","none")},show:function(){$("#ui-bar").css("display","block")},kill:function(){$("#ui-bar").css("display","none"),$("#story").css("margin-left","2.5em")},restore:function(){$("#ui-bar").css("display","block"),$("#story").css("margin-left","20em")},jump:UI.jumpto,saves:UI.saves,restart:UI.restart,settings:UI.settings,share:UI.share,aliases:{refresh:"update",reload:"update",destroy:"kill",revive:"restore",jumpto:"jump",save:"saves",load:"saves",setting:"settings",sharing:"share"}},r=Object.keys(s);function t(t){return t&&"string"==typeof t?function(s){return r.includes(s)}(t=t.toLowerCase().trim())||(t=function(r){return s.aliases[r]||null}(t))?(s[t](),!1):'Command "'+t+'" is not a valid command.':"Command is not a string."}Macro.add("ui",{handler:function(){Array.isArray(this.args)&&this.args.length||this.error("No commands passed to macro.");var s,r=function(s){if(!Array.isArray(s))return"Command list error.";var r=[];return s.forEach((function(s){r.push(t(s))})),r}(this.args.flat(1/0));s=(r=r.filter((function(s){return"string"==typeof s}))).join(" "),r.length&&s&&this.error(s)}})}();
486-
// end ui-macro.min.js</script><tw-tag name="Widget" color="blue"></tw-tag><tw-tag name="widget" color="blue"></tw-tag><tw-tag name="START" color="green"></tw-tag><tw-tag name="1.-patro" color="red"></tw-tag><tw-tag name="DevLog" color="purple"></tw-tag><tw-tag name="Přechod" color="green"></tw-tag><tw-passagedata pid="1" name="Průchod" tags="" position="1875,875" size="100,100">&lt;&lt;type 40ms&gt;&gt;\
490+
// end ui-macro.min.js</script><tw-tag name="START" color="green"></tw-tag><tw-tag name="1.-patro" color="red"></tw-tag><tw-tag name="DevLog" color="purple"></tw-tag><tw-tag name="Přechod" color="green"></tw-tag><tw-tag name="Widget" color="blue"></tw-tag><tw-tag name="widget" color="blue"></tw-tag><tw-passagedata pid="1" name="Průchod" tags="" position="1875,875" size="100,100">&lt;&lt;type 40ms&gt;&gt;\
487491
&lt;&lt;if lastVisited(&quot;2. křižovatka&quot;) is -1&gt;&gt;\Vstupuješ do dlouhé, dobře osvětlené chodby, kde světlo z lamp vrhá na kamenné stěny ostré stíny. Před tebou se táhne zdánlivě nekonečná cesta a každý krok se rozléhá ozvěnou. Díváš se před sebe v naději, že zahlédneš konec, ale chodba se vleče dál.
488492
&lt;&lt;else&gt;&gt;\Opět vstupuješ do dlouhé, dobře osvětlené chodby, která se nekonečně táhne.&lt;&lt;/if&gt;&gt;\
489493

0 commit comments

Comments
 (0)