Added dialogue system start point

This commit is contained in:
Paul Norberger
2020-04-19 16:06:50 +02:00
parent 7b4bc33f91
commit 8ef83633fc
11 changed files with 255 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=19 format=2]
[gd_scene load_steps=20 format=2]
[ext_resource path="res://Player/Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://World.gd" type="Script" id=2]
@@ -18,6 +18,7 @@
[ext_resource path="res://Objects/Slime/Slime.tscn" type="PackedScene" id=16]
[ext_resource path="res://Boss/Boss_template.tscn" type="PackedScene" id=17]
[ext_resource path="res://Boss/SlimeBoss/SlimeBoss.tscn" type="PackedScene" id=18]
[ext_resource path="res://Menus/DialogueBox/DialogueBox.tscn" type="PackedScene" id=19]
[node name="World" type="Node2D"]
script = ExtResource( 2 )
@@ -125,6 +126,18 @@ FRICTION = 200
[node name="Bonfire" parent="." instance=ExtResource( 7 )]
position = Vector2( 448, 104 )
[node name="CenterContainer" type="CenterContainer" parent="."]
margin_right = 40.0
margin_bottom = 40.0
use_top_left = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="DialogueBox" parent="CenterContainer" instance=ExtResource( 19 )]
anchor_right = 0.0
anchor_bottom = 0.0
[editable path="YSort/minion"]
[editable path="YSort/minion/Hurtbox"]