started adding completion system
This commit is contained in:
11
scenes/completion_counter.tscn
Normal file
11
scenes/completion_counter.tscn
Normal 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")
|
Reference in New Issue
Block a user