Skip to content

Commit

Permalink
Merge pull request #1 from zhangtianli2006/crossfire
Browse files Browse the repository at this point in the history
Merge Crossfire to Main
  • Loading branch information
ZTL-UwU authored Aug 25, 2021
2 parents 0fe63b7 + d3ee113 commit 18b99a7
Show file tree
Hide file tree
Showing 2 changed files with 1,117 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<div id=main>
<span id="fps"></span>
<canvas id="board" width="1280px" , height="720px"></canvas>
</div>

<script src="./script.js"></script>

<style type="text/css">

#fps {
position: fixed;
right: 20px;
top: 20px;

font-family: 'Fira Code', 'consolas', monospace;
color: #86B300;
font-weight: 800;
}

</style>
Loading

0 comments on commit 18b99a7

Please sign in to comment.