2
0
Fork 0

Update to 15ec1073b6c70b49af9599d362489eeeadfb7ee4

This commit is contained in:
JeremyStar™ 2024-05-07 21:35:00 +02:00
parent c427f69f02
commit 9df3542229
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -123,6 +123,10 @@ func stringarray_to_array(array: Array[String]) -> Array:
return output
# +++ etc +++
## Returns \ so you can (for example) print ANSI codes, which isn't normally possible because of GDScript restrictions.
func get_escape() -> String:
return PackedByteArray([0x1b]).get_string_from_ascii()
## Calculates the center of the child in the area of the parent.[br]
## [br]
## Example: