forked from frero/hsgj25-growth
11 lines
471 B
Plaintext
11 lines
471 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bf1241le7dwfs"]
|
|
|
|
[ext_resource type="Script" uid="uid://c0jwjfs64x5tm" path="res://CardInjects/CursorGun/cursor_gun_card_inject.gd" id="1_25dn0"]
|
|
[ext_resource type="AudioStream" uid="uid://8whqbui1wvwk" path="res://assets/sfx/laserShoot.wav" id="2_paokd"]
|
|
|
|
[node name="CursorGunCardInject" type="Node"]
|
|
script = ExtResource("1_25dn0")
|
|
|
|
[node name="ShootSFX" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("2_paokd")
|