13 lines
604 B
Plaintext
13 lines
604 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dvc5iigrog62a"]
|
|
|
|
[ext_resource type="Script" path="res://objectives/objective_switcher.gd" id="1_r02se"]
|
|
[ext_resource type="PackedScene" uid="uid://dgbahbof5lwda" path="res://objectives/objective_green.tscn" id="3_bohmy"]
|
|
[ext_resource type="PackedScene" uid="uid://cor8546a2ig7y" path="res://objectives/objective_dead.tscn" id="3_u1uut"]
|
|
|
|
[node name="objective_switcher" type="Node3D"]
|
|
script = ExtResource("1_r02se")
|
|
|
|
[node name="objective_dead" parent="." instance=ExtResource("3_u1uut")]
|
|
|
|
[node name="objective" parent="." instance=ExtResource("3_bohmy")]
|