12 lines
475 B
Plaintext
12 lines
475 B
Plaintext
[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"]
|