mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 20:45:53 +00:00
Bullets pooling
This commit is contained in:
parent
37bcf8b2d0
commit
fa3805ecfe
18 changed files with 280 additions and 69 deletions
9
Scenes/Utils/pooling_manager.tscn
Normal file
9
Scenes/Utils/pooling_manager.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://c3t8rhwwdo5cl"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://k1pdoan4wie2" path="res://Scripts/Controllers/PoolingManager.cs" id="1_ji88p"]
|
||||
|
||||
[node name="PoolingManager" type="Node2D"]
|
||||
z_index = 1
|
||||
script = ExtResource("1_ji88p")
|
||||
PoolOnStart = Array[Resource]([])
|
||||
DebugView = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue