Edit dialogue balloons
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=58 format=4 uid="uid://dl6h1djc27ddl"]
|
||||
[gd_scene load_steps=60 format=4 uid="uid://dl6h1djc27ddl"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c1nhqlem1ew3m" path="res://src/map/dungeon/code/Altar.cs" id="1_5jip8"]
|
||||
[ext_resource type="Resource" uid="uid://bqnfw6r4085yv" path="res://src/dialog/Altar.dialogue" id="2_3jpsj"]
|
||||
[ext_resource type="Texture2D" uid="uid://b27ksiyfefb33" path="res://src/map/dungeon/models/Special Floors & Rooms/Altar/02_ALTAR_FLOOR_ZER0_VER_outside_desert.png" id="2_fsslh"]
|
||||
[ext_resource type="Texture2D" uid="uid://cmfhbi07s4v5x" path="res://src/map/dungeon/models/Special Floors & Rooms/Altar/02_ALTAR_FLOOR_ZER0_VER_BOULDER_DARK.png" id="3_ownfb"]
|
||||
[ext_resource type="Texture2D" uid="uid://cfo5c1twdrnea" path="res://src/map/dungeon/models/Special Floors & Rooms/Altar/02_ALTAR_FLOOR_ZER0_VER_concrete_0025_color_1k.jpg" id="4_5ln1c"]
|
||||
@@ -724,8 +725,12 @@ dof_blur_far_enabled = true
|
||||
dof_blur_far_distance = 29.84
|
||||
dof_blur_amount = 0.06
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_tp2pi"]
|
||||
size = Vector3(4.52301, 7.56061, 15.4608)
|
||||
|
||||
[node name="Floor0" type="Node3D"]
|
||||
script = ExtResource("1_5jip8")
|
||||
Dialogue = ExtResource("2_3jpsj")
|
||||
|
||||
[node name="Model" type="Node3D" parent="."]
|
||||
|
||||
@@ -880,3 +885,12 @@ light_color = Color(0.741575, 0.674356, 0.615845, 1)
|
||||
light_energy = 3.762
|
||||
shadow_enabled = true
|
||||
shadow_blur = 2.832
|
||||
|
||||
[node name="NoExitArea" type="Area3D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
collision_layer = 0
|
||||
collision_mask = 64
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="NoExitArea"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 51.4926, -2.06593, -2.02953)
|
||||
shape = SubResource("BoxShape3D_tp2pi")
|
||||
|
||||
Reference in New Issue
Block a user