A website based on this powershell script to train your superglide timings. Built with svelte and bulma. TODO In progress Expand the protocol for better screenshots Backlog More session stats Add graphs Use a pop-up modal for setting keybinds Sharing feature Add a ? next to analytics to...
script: | cd ${{ secrets.PATH }}_${{ github.ref_name }} echo ${{ secrets.GITHUB_TOKEN }} | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin docker compose pull && docker compose up -d docker compose pull superglidetrainer && docker compose up -d 0 ...
A website based on [this powershell script](https://github.com/AngryGroceries/Apex_Superglide_Practice_Tool) to train your superglide timings. ## TODO - [ ] Actually implementing the trainer - [ ] Don't allow double binds - [ ] Track performance over time - [ ] Add graphs - [ ...
<script> import { onMount } from "svelte"; import { writable } from "svelte/store"; const settings = writable({ jump: "", crouch: "", fps: 144, }); let modal = false; onMount(() => { const content = localStorage.getItem("content"); if (content) { $settings = JSON.parse(...
<a href="https://github.com/AngryGroceries/Apex_Superglide_Practice_Tool">powershell script</a>. </p> <p> Contributors: <a href="https://www.youtube.com/@Mokeysniper">@Mokeysniper</a>, <a href="https://github.com/AngryGroceries">@AngryGroceries </a>and <a href="https://github...
Train your superglide timings directly in the browser - superglidetrainer/package-lock.json at main · apexmovement-tech/superglidetrainer
Breadcrumbs superglidetrainer / README.mdTop File metadata and controls Preview Code Blame 36 lines (24 loc) · 1.08 KB Raw Superglidetrainer A website based on this powershell script to train your superglide timings. Built with svelte and bulma.TODO...
A website based on this powershell script to train your superglide timings. Built with svelte and bulma. TODO In progress Expand the protocol for better screenshots Backlog More session stats Add graphs Use a pop-up modal for setting keybinds Sharing feature Add a ? next to analytics to...
</script> <section class="section background-image" style={randomImage ? `background-image: url('${base}/${randomImage}');` : ""}> <section class="section background-image" style={randomImage ? `background-image: url('${base}/backgrounds/${randomImage}');` : ""}> <div class=...
162 Commits .github/workflows src static .dockerignore .eslintignore .eslintrc.cjs .gitignore .npmrc .prettierignore .prettierrc Dockerfile README.md package-lock.json package.json svelte.config.js vite.config.js Superglidetrainer A website based onthis powershell scriptto train your superglide...