p5winter/screenResults.js

10 lines
124 B
JavaScript
Raw Normal View History

2024-01-05 14:48:28 +00:00
class ResultsScreen {
constructor(chart, score) {
this.chart = chart
this.score = score
}
draw() {
}
}