Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed Feb 13, 2024
1 parent 1555345 commit 5547f9b
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 499 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

*.zip
*.exe
*.env
*.env

/script
14 changes: 14 additions & 0 deletions counters/basic-unstable-rate/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## basic-unstable-rate by cyperdark

<a href="https://github.com/cyperdark" target="_blank"><img width="30" src="https://cdn-icons-png.flaticon.com/128/5968/5968866.png" /></a>

|||
| ------------- | ------------- |
| Compatible with | gosu ,tosu |
| Size | 300x300 |


<video width="320" height="240" controls>
<source src="assets/videos/basic-unstable-rate.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
11 changes: 0 additions & 11 deletions counters/readme.md

This file was deleted.

3 changes: 1 addition & 2 deletions quickstart/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>pp counter name</title>
<title>quickstart-example</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down Expand Up @@ -37,7 +37,6 @@

<!-- DO NOT REMOVE THOSE -->
<script src="js/reconnecting-websocket.min.js"></script>
<script type="module" src="types.js"></script>


<!-- OTHER SCRIPTS -->
Expand Down
Loading

0 comments on commit 5547f9b

Please sign in to comment.