Home
Name Modified Size InfoDownloads / Week
404.html 2021-01-15 228 Bytes
index.html 2021-01-15 307 Bytes
README.md 2021-01-15 544 Bytes
sans_bonegap1.csv 2021-01-15 283 Bytes
sans_bluebone.csv 2021-01-15 510 Bytes
loading-logo.png 2021-01-15 398 Bytes
jquery-2.1.1.min.js 2021-01-15 84.2 kB
data.js 2021-01-15 227.7 kB
icon-256.png 2021-01-15 162 Bytes
c2runtime.js 2021-01-15 234.0 kB
sans_randomblaster2.csv 2021-01-15 780 Bytes
sans_spare.csv 2021-01-15 123 Bytes
sans_randomblaster1.csv 2021-01-15 780 Bytes
sans_platforms4.csv 2021-01-15 337 Bytes
sans_platforms4hard.csv 2021-01-15 337 Bytes
sans_platformblasterfast.csv 2021-01-15 486 Bytes
sans_platforms1.csv 2021-01-15 375 Bytes
sans_platforms2.csv 2021-01-15 567 Bytes
sans_platforms3.csv 2021-01-15 527 Bytes
sans_multi2.csv 2021-01-15 2.3 kB
sans_multi3.csv 2021-01-15 4.9 kB
sans_platformblaster.csv 2021-01-15 486 Bytes
sans_final.csv 2021-01-15 5.4 kB
sans_intro.csv 2021-01-15 1.4 kB
sans_multi1.csv 2021-01-15 2.9 kB
sans_bonestab2.csv 2021-01-15 547 Bytes
sans_bonestab3.csv 2021-01-15 545 Bytes
sans_boneslideh.csv 2021-01-15 208 Bytes
sans_boneslidev.csv 2021-01-15 215 Bytes
sans_bonestab1.csv 2021-01-15 547 Bytes
sans_bonegap1fast.csv 2021-01-15 281 Bytes
sans_bonegap2.csv 2021-01-15 1.4 kB
jquery-3.4.1.min.js 2021-01-15 88.1 kB
vpad-sheet0.png 2021-01-15 1.5 kB
uimercy-sheet0.png 2021-01-15 463 Bytes
uiitem-sheet0.png 2021-01-15 398 Bytes
uifight-sheet0.png 2021-01-15 394 Bytes
uiact-sheet0.png 2021-01-15 339 Bytes
touchdpad-sheet0.png 2021-01-15 210 Bytes
touchb-sheet1.png 2021-01-15 241 Bytes
touchb-sheet0.png 2021-01-15 241 Bytes
toucha-sheet1.png 2021-01-15 237 Bytes
toucha-sheet0.png 2021-01-15 237 Bytes
targetchoice-sheet0.png 2021-01-15 388 Bytes
target-sheet0.png 2021-01-15 1.9 kB
strike-sheet0.png 2021-01-15 249 Bytes
speechbubble-sheet0.png 2021-01-15 612 Bytes
sanstorso-sheet0.png 2021-01-15 521 Bytes
sanssweat-sheet0.png 2021-01-15 189 Bytes
sanslegs-sheet0.png 2021-01-15 343 Bytes
sanshead-sheet0.png 2021-01-15 537 Bytes
sansfont.png 2021-01-15 1.1 kB
sansbody-sheet1.png 2021-01-15 446 Bytes
sansbody-sheet0.png 2021-01-15 2.0 kB
playerhitbox-sheet0.png 2021-01-15 92 Bytes
playerheart-sheet1.png 2021-01-15 132 Bytes
playerheart-sheet0.png 2021-01-15 141 Bytes
platform2.png 2021-01-15 114 Bytes
platform1.png 2021-01-15 114 Bytes
menuitem-sheet0.png 2021-01-15 530 Bytes
menubonebottom-sheet0.png 2021-01-15 159 Bytes
krbar.png 2021-01-15 92 Bytes
kr-sheet0.png 2021-01-15 117 Bytes
hpbar.png 2021-01-15 92 Bytes
hpbackground.png 2021-01-15 92 Bytes
hp-sheet0.png 2021-01-15 126 Bytes
heartshard-sheet2.png 2021-01-15 128 Bytes
heartshard-sheet1.png 2021-01-15 123 Bytes
heartshard-sheet0.png 2021-01-15 125 Bytes
gasterblasthit.png 2021-01-15 92 Bytes
gasterblaster-sheet1.png 2021-01-15 457 Bytes
gasterblaster-sheet0.png 2021-01-15 635 Bytes
defaultfont.png 2021-01-15 782 Bytes
damagefont.png 2021-01-15 1.6 kB
combatzoneunclipper.png 2021-01-15 92 Bytes
combatzoneclipper.png 2021-01-15 105 Bytes
combatzoneborder.png 2021-01-15 92 Bytes
combatzone.png 2021-01-15 117 Bytes
bonev.png 2021-01-15 130 Bytes
bonestabwarn.png 2021-01-15 113 Bytes
bonestabv.png 2021-01-15 134 Bytes
bonestabh.png 2021-01-15 131 Bytes
boneh.png 2021-01-15 129 Bytes
battlefont.png 2021-01-15 351 Bytes
s.js 2021-01-15 4.4 kB
page.js 2021-01-15 53.2 kB
page.css 2021-01-15 87.8 kB
large-loading.gif 2021-01-15 3.2 kB
jquery-1.js 2021-01-15 95.8 kB
analytics.js 2021-01-15 47.1 kB
adsbygoogle.js 2021-01-15 136.2 kB
__PCL___.bat 2021-01-15 267 Bytes
____.bat 2021-01-15 338 Bytes
Totals: 93 Items   1.1 MB 1

上传方法:

https://zhuanlan.zhihu.com/p/138294380
初始化:
git init
生成密钥:
ssh-keygen -t rsa -C “[内容]”
看到上一步生成的密钥:
cat ~/.ssh/id_rsa.pub


1.连接项目
git remote add origin [项目地址]
1.1.同步项目到本地
git pull origin master
2.添加文件到缓存区
git add .
3.为上传文件添加注释
git commit -m "updata"
4.提交(-f为强制)
git push origin master

Source: README.md, updated 2021-01-15