debug / curtain / curtain.tscn

Diagram

Diagram

Overridden virtual functions

_ready

func _ready() -> void:
	%OpeningCurtain.play()

Instantiators

Caution
No other scene instantiate this scene.

Scene Tree

Signal Connections

Note
No signal connections.

Properties

Table 1. Root properties
Name Value

script

Table 2. $OpeningCurtain properties
Name Value

unique_name_in_owner

true

anchors_preset

0

anchor_right

0.0

anchor_bottom

0.0

grow_horizontal

1

grow_vertical

1

size_flags_horizontal

3

size_flags_vertical

3

pattern

3

curtain.gd

extends Node2D


func _ready() -> void:
	%OpeningCurtain.play()