2020-08-18 11:05:27 +02:00
|
|
|
[gd_scene load_steps=7 format=2]
|
2020-08-16 08:50:04 +02:00
|
|
|
|
2020-08-17 09:51:37 +02:00
|
|
|
[ext_resource path="res://images/campfire/campfire.tres" type="SpriteFrames" id=1]
|
|
|
|
[ext_resource path="res://images/campfire/ely.tres" type="SpriteFrames" id=2]
|
2020-08-16 08:50:04 +02:00
|
|
|
[ext_resource path="res://scenes/dialogue.tscn" type="PackedScene" id=3]
|
|
|
|
[ext_resource path="res://scripts/scenes/IntroScript.gd" type="Script" id=4]
|
2020-08-17 09:51:37 +02:00
|
|
|
[ext_resource path="res://images/campfire/herbert_intro.tres" type="SpriteFrames" id=5]
|
2020-08-18 11:05:27 +02:00
|
|
|
[ext_resource path="res://sounds/BRS_Fire_Campfire_Busy_Crackles_Snaps_1.wav" type="AudioStream" id=6]
|
2020-08-16 08:50:04 +02:00
|
|
|
|
|
|
|
[node name="root" type="Node2D"]
|
|
|
|
|
|
|
|
[node name="Campfire (background)" type="AnimatedSprite" parent="."]
|
|
|
|
frames = ExtResource( 1 )
|
|
|
|
playing = true
|
|
|
|
centered = false
|
|
|
|
|
2020-08-18 11:05:27 +02:00
|
|
|
[node name="FireCrackles" type="AudioStreamPlayer" parent="Campfire (background)"]
|
|
|
|
stream = ExtResource( 6 )
|
|
|
|
autoplay = true
|
|
|
|
|
2020-08-16 08:50:04 +02:00
|
|
|
[node name="Ely" type="AnimatedSprite" parent="."]
|
|
|
|
frames = ExtResource( 2 )
|
2020-08-18 11:05:27 +02:00
|
|
|
animation = "idle"
|
2020-08-16 10:25:32 +02:00
|
|
|
playing = true
|
|
|
|
centered = false
|
|
|
|
|
|
|
|
[node name="Herbert" type="AnimatedSprite" parent="."]
|
|
|
|
visible = false
|
|
|
|
frames = ExtResource( 5 )
|
2020-08-17 09:51:37 +02:00
|
|
|
animation = "idle"
|
2020-08-16 08:50:04 +02:00
|
|
|
centered = false
|
|
|
|
|
|
|
|
[node name="UI" type="Control" parent="."]
|
|
|
|
margin_right = 192.0
|
|
|
|
margin_bottom = 108.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Dialog" parent="UI" instance=ExtResource( 3 )]
|
|
|
|
visible = false
|
|
|
|
|
|
|
|
[node name="IntroScript" type="Node" parent="."]
|
|
|
|
script = ExtResource( 4 )
|
|
|
|
dialogue_box_path = NodePath("../UI/Dialog")
|
2020-08-17 11:37:50 +02:00
|
|
|
ely_sprite_path = NodePath("../Ely")
|
2020-08-16 10:25:32 +02:00
|
|
|
herbert_sprite_path = NodePath("../Herbert")
|
2020-08-17 11:37:50 +02:00
|
|
|
intro_dialogue = "res://dialogues/intro_1.json"
|