Aura dialog

This commit is contained in:
2020-05-17 11:02:12 -04:00
parent 65e4fc6a48
commit 23a13f349b
5 changed files with 277 additions and 3 deletions

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=6 format=2]
[gd_scene load_steps=7 format=2]
[ext_resource path="res://Nodes/Tiles/tileset_science_lab.tres" type="TileSet" id=1]
[ext_resource path="res://Nodes/NPCs/CEO.tscn" type="PackedScene" id=2]
[ext_resource path="res://Nodes/Player.tscn" type="PackedScene" id=3]
[ext_resource path="res://Nodes/GUI.tscn" type="PackedScene" id=4]
[ext_resource path="res://Nodes/NPCs/Thadd.tscn" type="PackedScene" id=5]
[ext_resource path="res://Nodes/NPCs/Aura.tscn" type="PackedScene" id=6]
[node name="World" type="Node2D"]
@ -25,3 +26,6 @@ position = Vector2( 90.0225, 142.418 )
[node name="Scientist2" parent="." instance=ExtResource( 5 )]
position = Vector2( 139.806, 168.653 )
start_on_play = false
[node name="Aura" parent="Scientist2" instance=ExtResource( 6 )]
position = Vector2( 133.095, -0.638016 )

Binary file not shown.