mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
NPC Fix
This commit is contained in:
parent
96898ad1cc
commit
b5315904f4
6 changed files with 96 additions and 97 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=51 format=4 uid="uid://bpnahwxmjgb6t"]
|
||||
[gd_scene load_steps=52 format=4 uid="uid://bpnahwxmjgb6t"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://doxmbokehw8ci" path="res://Scripts/GameManager.cs" id="1_qxyfr"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4pr2707hbeph" path="res://Scenes/Actors/fsm_player.tscn" id="2_ajkcn"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_0xhda"]
|
||||
[ext_resource type="Script" uid="uid://mja0rk7n2kln" path="res://Scripts/Resources/MapStartDataResource.cs" id="4_g48r8"]
|
||||
[ext_resource type="TileSet" uid="uid://6k28roiljylj" path="res://Tilesets/factory_tileset.tres" id="5_2m462"]
|
||||
[ext_resource type="Script" uid="uid://krean0uywtms" path="res://Scripts/TilemapAvoidance.cs" id="6_bnfdx"]
|
||||
|
|
@ -38,7 +39,7 @@
|
|||
[sub_resource type="Resource" id="Resource_6wo78"]
|
||||
script = ExtResource("4_g48r8")
|
||||
EggIndex = 0
|
||||
StartingEquipment = []
|
||||
StartingEquipment = Array[ExtResource("3_0xhda")]([])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_hppa0"]
|
||||
script = ExtResource("14_wc2f3")
|
||||
|
|
@ -58,12 +59,12 @@ WaitForCompletion = true
|
|||
|
||||
[sub_resource type="Resource" id="Resource_ierdo"]
|
||||
script = ExtResource("22_nyb1x")
|
||||
TimelineName = "tutorial_intro"
|
||||
TimelineName = &"timeline"
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_8yymf"]
|
||||
script = ExtResource("22_nyb1x")
|
||||
TimelineName = "tutorial_switch"
|
||||
TimelineName = &"timeline"
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_dbad5"]
|
||||
|
|
@ -74,7 +75,7 @@ WaitForCompletion = true
|
|||
|
||||
[sub_resource type="Resource" id="Resource_f3qhg"]
|
||||
script = ExtResource("22_nyb1x")
|
||||
TimelineName = "tutorial_gun"
|
||||
TimelineName = &"timeline"
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ulu4a"]
|
||||
|
|
@ -83,22 +84,22 @@ WaitForCompletion = true
|
|||
|
||||
[sub_resource type="Resource" id="Resource_35vjh"]
|
||||
script = ExtResource("22_nyb1x")
|
||||
TimelineName = "tutorial_barrels"
|
||||
TimelineName = &"timeline"
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_p02qj"]
|
||||
script = ExtResource("22_nyb1x")
|
||||
TimelineName = "tutorial_teleporter_1"
|
||||
TimelineName = &"timeline"
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_t62sp"]
|
||||
script = ExtResource("22_nyb1x")
|
||||
TimelineName = "tutorial_teleporter_2"
|
||||
TimelineName = &"timeline"
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_m71ef"]
|
||||
script = ExtResource("22_nyb1x")
|
||||
TimelineName = "tutorial_repeater"
|
||||
TimelineName = &"timeline"
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_54a43"]
|
||||
|
|
@ -109,7 +110,7 @@ WaitForCompletion = true
|
|||
|
||||
[sub_resource type="Resource" id="Resource_8phm4"]
|
||||
script = ExtResource("22_nyb1x")
|
||||
TimelineName = "tutorial_cameras"
|
||||
TimelineName = &"timeline"
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_7uxja"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue