crabs-game/scenes/campfire.tscn

36 lines
996 B
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://images/campfire.tres" type="SpriteFrames" id=1]
[ext_resource path="res://images/ely.tres" type="SpriteFrames" id=2]
[ext_resource path="res://scenes/dialogue.tscn" type="PackedScene" id=3]
[ext_resource path="res://scripts/scenes/IntroScript.gd" type="Script" id=4]
[node name="root" type="Node2D"]
[node name="Campfire (background)" type="AnimatedSprite" parent="."]
frames = ExtResource( 1 )
frame = 18
playing = true
centered = false
[node name="Ely" type="AnimatedSprite" parent="."]
frames = ExtResource( 2 )
frame = 49
playing = true
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")
start_dialogue = "res://dialogues/intro_1.json"