new effect system
This commit is contained in:
parent
f3a6f7a05a
commit
22b02c4590
11 changed files with 146 additions and 89 deletions
|
|
@ -1,9 +1,14 @@
|
|||
using Godot;
|
||||
|
||||
namespace Newlon;
|
||||
|
||||
public static class LON
|
||||
{
|
||||
public static float Pr(string path)
|
||||
public static void ForceFinishTween(Tween tween)
|
||||
{
|
||||
return 0;
|
||||
if (tween == null) return;
|
||||
|
||||
tween.Pause();
|
||||
tween.CustomStep(Mathf.Inf);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue