Now it builds

This commit is contained in:
2023-08-06 10:37:45 +02:00
parent b7d38af0d3
commit 6d2ede1445
5 changed files with 14 additions and 2 deletions

View File

@ -135,6 +135,7 @@ export class UserAPI {
scale = scale
rate(rate: number): void {
rate = rate;
// TODO: Implement this. This function should change the rate at which the global script
// is evaluated. This is useful for slowing down the script, or speeding it up. The default
// would be 1.0, which is the current rate (very speedy).