Skip to content

Commit

Permalink
added new category any to sanstitre (automated)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonengazit committed Dec 21, 2024
1 parent a34f8b1 commit 8fb33bc
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 22 deletions.
29 changes: 27 additions & 2 deletions database.json
Original file line number Diff line number Diff line change
Expand Up @@ -4130,7 +4130,9 @@
"stoolmod": {
"trueany": null
},
"sanstitre": {}
"sanstitre": {
"any": null
}
},
"fuji": {
"any": [
Expand Down Expand Up @@ -4360,5 +4362,28 @@
}
]
},
"sanstitre": {}
"sanstitre": {
"any": [
{
"name": "100m",
"file": "TAS1.tas",
"frames": null
},
{
"name": "200m",
"file": "TAS2.tas",
"frames": null
},
{
"name": "300m",
"file": "TAS3.tas",
"frames": null
},
{
"name": "Summit",
"file": "TAS4.tas",
"frames": null
}
]
}
}
29 changes: 29 additions & 0 deletions sanstitre/any/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>CELESTE Classic TAS Database</title>
<link rel="stylesheet" href="../../styles.css">
<link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon">
</head>
<body>
<div class="bootup">
<img src="../../p8logo.png"> <img src="../../maddy.png" style="height:1.5em"><br><br>
pico-8 0.2.0<br>
(c) 2014-20 lexaloffle games llp<br>
<br>
</div>
<div class="content">
> load sanstitre.p8<br />
<div style="color: #C2C3C7;">loaded sanstitre.p8 (26589 chars)</div>
> category = {'Any%', <div id="fulltime"></div>}
<hr>
<a href="../">../</a><br>
<table id="databaseTable" width="20%">

</table>
<br>
<a href="FullSanstitreAny.zip" download>Complete Download</a>
</div>
<script src="../../database.js" defer></script>
</body>
</html>
57 changes: 37 additions & 20 deletions sanstitre/index.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<title>CELESTE Classic TAS Database</title>
<link rel="stylesheet" href="../styles.css">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
</head>
<body>
<div class="bootup">
<img src="../p8logo.png"> <img src="../maddy.png" style="height:1.5em"><br><br>
pico-8 0.2.0<br>
(c) 2014-20 lexaloffle games llp<br>
<br>
</div>
<div class="content">
> load sanstitre.p8<br />
<div style="color: #C2C3C7;">loaded sanstitre.p8 (26589 chars)</div>
<hr>
<a href="../">../</a><br>
<br>
</div>
</body>
<head>
<title>
CELESTE Classic TAS Database
</title>
<link href="../styles.css" rel="stylesheet"/>
<link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
</head>
<body>
<div class="bootup">
<img src="../p8logo.png"/>
<img src="../maddy.png" style="height:1.5em"/>
<br/>
<br/>
pico-8 0.2.0
<br/>
(c) 2014-20 lexaloffle games llp
<br/>
<br/>
</div>
<div class="content">
&gt; load sanstitre.p8
<br/>
<div style="color: #C2C3C7;">
loaded sanstitre.p8 (26589 chars)
</div>
<hr/>
<a href="../">
../
</a>
<br/>
<a href="any">
Any%
</a>
<br/>
<br/>
</div>
</body>
</html>

0 comments on commit 8fb33bc

Please sign in to comment.