mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 22:05:54 +00:00
Preliminary lasers
This commit is contained in:
parent
3a7fd66193
commit
7cb5bfb593
20 changed files with 1779 additions and 1049 deletions
|
|
@ -38,6 +38,11 @@ public partial class OpenCloseActorAnimationManager3D : Node
|
|||
}
|
||||
}
|
||||
|
||||
public void Toggle(bool state)
|
||||
{
|
||||
AnimationPlayer.Play(state ? OpeningAnimationName : ClosingAnimationName);
|
||||
}
|
||||
|
||||
public void PlayOpening()
|
||||
{
|
||||
AnimationPlayer.Play(OpeningAnimationName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue