13 lines
597 B
Plaintext
13 lines
597 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://ddnoifj6cagw4"]
|
|
|
|
[ext_resource type="Script" path="res://objectives/objective_switcher.gd" id="1_2fume"]
|
|
[ext_resource type="PackedScene" uid="uid://tdcxcrg6ktpl" path="res://objectives/objective.tscn" id="2_csmof"]
|
|
[ext_resource type="PackedScene" uid="uid://cor8546a2ig7y" path="res://objectives/objective_dead.tscn" id="3_xlanm"]
|
|
|
|
[node name="objective_switcher" type="Node3D"]
|
|
script = ExtResource("1_2fume")
|
|
|
|
[node name="objective" parent="." instance=ExtResource("2_csmof")]
|
|
|
|
[node name="objective_dead" parent="." instance=ExtResource("3_xlanm")]
|