Global refactor
This commit is contained in:
parent
3868af29e3
commit
0589ca4e23
180 changed files with 249 additions and 401 deletions
6
multiplayer/dynamic_objects_parent.gd
Normal file
6
multiplayer/dynamic_objects_parent.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
extends Node
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
Session.dynamic_objects_parent = get_parent()
|
||||
Loading…
Add table
Add a link
Reference in a new issue