started adding completion system

This commit is contained in:
2024-01-19 12:53:24 +01:00
parent be95ec8202
commit 269729a1d9
13 changed files with 238 additions and 31 deletions

View File

@@ -0,0 +1,11 @@
[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")