13 lines
105 B
Plaintext
13 lines
105 B
Plaintext
class CreditScreen {
|
|
construct new() {
|
|
|
|
}
|
|
|
|
update() {
|
|
|
|
}
|
|
|
|
draw(dt) {
|
|
|
|
}
|
|
} |