Files
GGJ26/scenes/audio/background_music_player.gd
minimata 59b63b0945
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 7s
Create tag and build when new code gets to main / Export (push) Successful in 1m19s
guest review process
2026-01-31 15:10:06 +01:00

12 lines
230 B
GDScript

extends Node
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass