From 2f96d6358f9f81e3d413fc840c163727f5177d3a Mon Sep 17 00:00:00 2001
From: starowo <1273300377@qq.com>
Date: Tue, 6 Sep 2022 17:58:01 -0700
Subject: [PATCH] Showing fps
Showing fps to users.
---
vsbm.html | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/vsbm.html b/vsbm.html
index 0197243..da0afe3 100644
--- a/vsbm.html
+++ b/vsbm.html
@@ -10,6 +10,12 @@
#c1 {
background: #fbf7fe;
}
+ #fps {
+ color: white;
+ position: fixed;
+ left: 0px;
+ top: 20px;
+ }
#btn {
position: fixed;
left: 0px;
@@ -47,6 +53,7 @@
+