Implemented physics interpolation
This commit is contained in:
@ -4,6 +4,6 @@ extends Label
|
||||
func _ready():
|
||||
text = get_parent().name + ":"
|
||||
|
||||
func _get_configuration_warnings():
|
||||
func _get_configuration_warnings() -> PackedStringArray:
|
||||
text = get_parent().name + ":"
|
||||
return []
|
||||
|
Reference in New Issue
Block a user