fix(uid): fix uids in oier and eneko scenes to avoid warnings
This commit is contained in:
@@ -11,7 +11,6 @@ class_name ESCPlayerWithTooltip
|
||||
func _init():
|
||||
is_movable = true
|
||||
_force_registration = true
|
||||
|
||||
|
||||
|
||||
# Ready function
|
||||
@@ -21,4 +20,3 @@ func _ready():
|
||||
super._ready()
|
||||
else:
|
||||
tooltip_name = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user