1 Star 0 Fork 0

轻飘yyf/webgl-shader-2d-lines

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
example.css 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
ColaColin 提交于 2016-05-10 20:42 . initial commit
body {
font-family: arial;
font-size: 14px;
background-color: black;
background: black;
margin: 0;
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}
.stats {
position: fixed;
margin: 10px;
bottom: 0px;
left: 0px;
color: white;
font-size: 10px;
text-align: center;
z-index: 5;
}
.uibar {
color: white;
position: fixed;
margin: 10px;
top: 0px;
left: 0px;
z-index: 5;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yyf994/webgl-shader-2d-lines.git
git@gitee.com:yyf994/webgl-shader-2d-lines.git
yyf994
webgl-shader-2d-lines
webgl-shader-2d-lines
master

搜索帮助