Give item to npc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=254 format=4 uid="uid://dvnc26rebk6o0"]
|
||||
[gd_scene load_steps=257 format=4 uid="uid://dvnc26rebk6o0"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cuhfkyh3d7noa" path="res://src/map/dungeon/code/Overworld.cs" id="1_5hmt3"]
|
||||
[ext_resource type="Texture2D" uid="uid://co6h8vyi11sl2" path="res://src/map/overworld/Models/Overworld_CLOUD_RINGS_INNER_63.png" id="2_g6b7b"]
|
||||
@@ -68,6 +68,9 @@
|
||||
[ext_resource type="Texture2D" uid="uid://wqbflec631rm" path="res://src/map/overworld/Models/Overworld_optimized_Pass 1_BANYAN_LEAVES.png" id="66_plu1v"]
|
||||
[ext_resource type="Texture2D" uid="uid://ck2milaawr3ef" path="res://src/map/overworld/Models/Overworld_optimized_Pass 1_BANYAN_LEAVES2.png" id="67_shdaj"]
|
||||
[ext_resource type="Texture2D" uid="uid://c5jloiaiy7iug" path="res://src/map/overworld/Models/Overworld_optimized_Pass 1_BANYAN_LEAVES_3.png" id="68_8o0x4"]
|
||||
[ext_resource type="PackedScene" uid="uid://jds3hr41coal" path="res://src/npc/Ran/Ran.tscn" id="69_g6b7b"]
|
||||
[ext_resource type="PackedScene" uid="uid://db206brufi83s" path="res://src/items/weapons/Weapon.tscn" id="70_r8r3k"]
|
||||
[ext_resource type="Resource" uid="uid://cfhwlpa0d7wb4" path="res://src/items/weapons/resources/MysteryRod.tres" id="71_t71yg"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_peugn"]
|
||||
resource_name = "CLOUDS1"
|
||||
@@ -8264,10 +8267,6 @@ skeleton = NodePath("")
|
||||
unique_name_in_owner = true
|
||||
transform = Transform3D(-0.0104718, 0, 0.999945, 0, 1, 0, -0.999945, 0, -0.0104718, -241.939, 2.09173, 42.6114)
|
||||
|
||||
[node name="ExitSpawnPoint" type="Marker3D" parent="Spawn Points"]
|
||||
unique_name_in_owner = true
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -222.479, 0.9708, 17.5532)
|
||||
|
||||
[node name="Exit" type="Area3D" parent="Spawn Points"]
|
||||
unique_name_in_owner = true
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -99.0174, 4.81592, 93.6446)
|
||||
@@ -8277,3 +8276,10 @@ collision_mask = 256
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Spawn Points/Exit"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13.5815, -2.1779, -3.80354)
|
||||
shape = SubResource("BoxShape3D_b53dq")
|
||||
|
||||
[node name="Ran" parent="." instance=ExtResource("69_g6b7b")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -230.292, 4.34026, 49.3324)
|
||||
|
||||
[node name="Weapon" parent="Ran" instance=ExtResource("70_r8r3k")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.451996, -1.48021, -8.76553)
|
||||
Stats = ExtResource("71_t71yg")
|
||||
|
||||
Reference in New Issue
Block a user