1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-22 12:44:20 +00:00

🔧 Move BulletSpawn to its own scene

This commit is contained in:
Steffo 2022-04-03 02:54:35 +02:00
parent c7c4ace4ec
commit 9bc6b04dab
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://src/entities/behaviours/BulletSpawn.gd" type="Script" id=1]
[node name="BulletSpawn" type="Node2D"]
script = ExtResource( 1 )