Skip to content

Commit

Permalink
grammarrrr
Browse files Browse the repository at this point in the history
  • Loading branch information
muckelba committed Nov 9, 2023
1 parent 93e62c1 commit c3fc4eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/Faq.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="content">
<ul>
<li>
<h5 class="title is-5">Why do i keep consistently hitting the exact same frame delay? Why can't i go lower then that?</h5>
<h5 class="title is-5">Why do I keep consistently hitting the exact same frame delay? Why can't I go lower then that?</h5>
<p />
<p class="subtitle is-6 is-underlined">
<strong>Website Issues:</strong>
Expand Down Expand Up @@ -107,7 +107,7 @@
<ul>
<li>
<strong>Overall superglide consistency:</strong> Is the average chance out of all your attempts. 0% or 95% it gets counted. This gives you
a % number for the following question: If i attempted a Superglide in game, how likely am i to hit that Superglide?
a % number for the following question: If I attempted a Superglide in game, how likely am I to hit that Superglide?
</li>
<li>
<strong>Attempts:</strong> Number of attempts this session. Reload the page to reset everything
Expand Down
10 changes: 5 additions & 5 deletions src/lib/components/Tips.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
<li>
<strong>Camera shake</strong><br />Your view will shake during a mantle and then come to a stop. It's easiest to see this on the upper
border of <a href="https://youtu.be/_cP1YO5Idts?si=43fuwGrNpqHAvztb&t=534" target="_blank">your screen</a>. That stop happens just a few
frames before the Superglide window closes. So doing your input together with the wiggle stop is a good ballpark to aim for. The same as
with the audio cue. To you it might feel correct to it slightly before or after.
frames before the Superglide window closes. So doing your input together with the wiggle stop is a good ballpark to aim for. Same as with
the audio cue, to you it might feel correct to do it slightly before or after.
</li>
<li>
<strong>Camera turn</strong><br />If you
Expand All @@ -84,16 +84,16 @@
do a Superglide using the turn, but to use it as a tool to get a feeling for the end of the mantle.
</li>
<li>
<strong>Animations</strong><br />If you have learned to superglides and just keep playing you will start to develop an intuitive
<strong>Animations</strong><br />If you have learned to superglide and just keep playing you will start to develop an intuitive
understanding of how your heirlooms and weapons move around during different mantles. Helping with the feeling of the mantle timing.
</li>
</ol>
<p>All the tips for the jump crouch combo and mantle timing are only good for the initial practice, to get you used to Supergliding.</p>
<p>Ingame it makes much more sense to go for feeling.</p>
<p>
And like with practicing every other Movement-Tech. Play Mixtape. The density of fights to practice in is 5-10x higher in mixtape then in
BR. And if you don't have a teammate you can disappoint cus you just lost them the game with your Superglide attempt. Your mind is free to
care about movement, without pressure.
BR. And if you don't have a teammate you can disappoint, because you just lost them the game with your Superglide attempt, your mind is free
to care about movement, without pressure.
</p>
</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion src/routes/superglidetrainer/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,11 @@
function toggleTraining() {
$trainingActive = !$trainingActive;
toggleAnalytics(!$trainingActive);
// Only open the analytics, dont close them when stopping training
if ($trainingActive) {
toggleAnalytics(!$trainingActive);
}
message = "";
superglideText = "";
Expand Down

0 comments on commit c3fc4eb

Please sign in to comment.