mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-22 04:34:19 +00:00
🔧 Move BulletSpawn
to its own scene
This commit is contained in:
parent
c7c4ace4ec
commit
9bc6b04dab
1 changed files with 6 additions and 0 deletions
6
src/entities/behaviours/BulletSpawn.tscn
Normal file
6
src/entities/behaviours/BulletSpawn.tscn
Normal 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 )
|
Loading…
Reference in a new issue