22 lines
449 B
GDScript3
22 lines
449 B
GDScript3
|
|
class_name Level
|
||
|
|
extends Node2D
|
||
|
|
## Documentation comments
|
||
|
|
|
||
|
|
## Signals
|
||
|
|
## Enums
|
||
|
|
## Constants
|
||
|
|
## @export variables
|
||
|
|
## Regular variables
|
||
|
|
## @onready variables
|
||
|
|
|
||
|
|
## Overridden built-in virtual methods
|
||
|
|
#func _init() -> void:
|
||
|
|
#func _enter_tree() -> void:
|
||
|
|
#func _ready() -> void:
|
||
|
|
#func _process(delta: float) -> void:
|
||
|
|
#func _physics_process(delta: float) -> void:
|
||
|
|
## Remaining virtual methods
|
||
|
|
## Overridden custom methods
|
||
|
|
## Remaining methods
|
||
|
|
## Subclasses
|