mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 00:35:54 +00:00
Skippable intro
This commit is contained in:
parent
bab0152ec3
commit
d96d662c78
4 changed files with 26 additions and 21 deletions
|
|
@ -58,6 +58,11 @@ public partial class IntroScenePlayer : CanvasLayer
|
|||
|
||||
public override void _Process(double delta)
|
||||
{
|
||||
if (Input.IsAnythingPressed())
|
||||
{
|
||||
Finished();
|
||||
}
|
||||
|
||||
if (!_running) return;
|
||||
|
||||
_timer += delta;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue