Update my minigames for 1.7.37+ (API 9)

arms_race:
• Fixed a warning error getting on curse_time being less than zero.
This commit is contained in:
! Freaku 2025-02-08 16:53:59 +05:30 committed by GitHub
parent 7fa1149944
commit ca8fcd8c22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 28 additions and 19 deletions

View file

@ -16,7 +16,7 @@ from __future__ import annotations
# def spawnAllMap(self)
# ba_meta require api 8
# ba_meta require api 9
from typing import TYPE_CHECKING, overload
import _babase
import babase
@ -27,6 +27,7 @@ if TYPE_CHECKING:
from typing import Any, Sequence, Optional, List, Dict, Type, Union, Any, Literal
class OnTimer(bs.Actor):
"""Timer which counts but doesn't show on-screen"""