A little folders cleanup
This commit is contained in:
parent
997e3c0982
commit
545da7be1f
90 changed files with 68 additions and 1661 deletions
11
scripts/Star System/projectile_container.gd
Normal file
11
scripts/Star System/projectile_container.gd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
extends Node
|
||||
|
||||
class_name ProjectileContainer
|
||||
|
||||
static var instance : ProjectileContainer
|
||||
|
||||
func _ready():
|
||||
instance = self
|
||||
|
||||
func _exit_tree():
|
||||
instance = null
|
||||
Loading…
Add table
Add a link
Reference in a new issue