mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-04 01:02:13 +08:00
1
This commit is contained in:
@@ -219,7 +219,6 @@ func _physics_process(_delta: float) -> void:
|
|||||||
|
|
||||||
# 通用方法
|
# 通用方法
|
||||||
func impluse(force: Vector2):
|
func impluse(force: Vector2):
|
||||||
print(force)
|
|
||||||
inertia += force
|
inertia += force
|
||||||
func getOrCreateCycleTimer(timerName: String, period: float = 1000, distance: float = 200, start: bool = true) -> CycleTimer:
|
func getOrCreateCycleTimer(timerName: String, period: float = 1000, distance: float = 200, start: bool = true) -> CycleTimer:
|
||||||
if !cycleTimers.has(timerName):
|
if !cycleTimers.has(timerName):
|
||||||
|
|||||||
Reference in New Issue
Block a user