bomb spawn im crying
This commit is contained in:
parent
9d0e09220d
commit
3302fcfc96
16 changed files with 148 additions and 15 deletions
5
scripts/multiplayer/dynamic_objects_spawner.gd
Normal file
5
scripts/multiplayer/dynamic_objects_spawner.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Node3D
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
Session.dynamic_objects_container = self
|
||||
Loading…
Add table
Add a link
Reference in a new issue