7-31-25 @ 3:05AM
This commit is contained in:
11
Gameplay/computer_manager.tscn
Normal file
11
Gameplay/computer_manager.tscn
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cu06nw3ndwacc"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d03s3a1jvn6cn" path="res://Gameplay/ComputerManager.cs" id="1_rwbwa"]
|
||||
[ext_resource type="PackedScene" uid="uid://dm4xk16ce0j" path="res://Gameplay/cue.tscn" id="4_ugtcs"]
|
||||
|
||||
[node name="ComputerManager" type="Node"]
|
||||
script = ExtResource("1_rwbwa")
|
||||
|
||||
[node name="Cue" parent="." instance=ExtResource("4_ugtcs")]
|
||||
|
||||
[connection signal="Shoot" from="Cue" to="." method="OnCueShoot"]
|
||||
Reference in New Issue
Block a user