13 lines
547 B
Plaintext
13 lines
547 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://d0n52psuns1vl"]
|
|
|
|
[ext_resource type="Script" uid="uid://ddf3fktoer2ng" path="res://stages/intro/scripts/intro.gd" id="1_2nxbv"]
|
|
[ext_resource type="AudioStream" uid="uid://cwu71o0sl2vto" path="res://common/audio_manager/assets/ambiance/dialogues/ambiance_Demeter.ogg" id="2_851lr"]
|
|
|
|
[node name="Intro" type="Node"]
|
|
script = ExtResource("1_2nxbv")
|
|
game_scene_path = "uid://d28cp7a21kwou"
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("2_851lr")
|
|
autoplay = true
|