12 lines
436 B
Plaintext
12 lines
436 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://6njtmij7sikl"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/completion_counter.gd" id="1_40xge"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_w280a"]
|
|
size = Vector3(1, 0.2, 0.1)
|
|
|
|
[node name="CompletionCounter" type="MeshInstance3D"]
|
|
editor_description = "The amount of signals it needs connected and fired to emit a signal"
|
|
mesh = SubResource("BoxMesh_w280a")
|
|
script = ExtResource("1_40xge")
|