1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00
This commit is contained in:
2026-05-01 13:23:55 +08:00
parent 4a98f032dd
commit 5d61aa40a6
-1
View File
@@ -219,7 +219,6 @@ func _physics_process(_delta: float) -> void:
# 通用方法
func impluse(force: Vector2):
print(force)
inertia += force
func getOrCreateCycleTimer(timerName: String, period: float = 1000, distance: float = 200, start: bool = true) -> CycleTimer:
if !cycleTimers.has(timerName):