From 41ed59e29071b19f62319a0c470b9606bb8bca2c Mon Sep 17 00:00:00 2001 From: entar Date: Tue, 10 Jun 2025 12:32:56 +0700 Subject: [PATCH] Update Types --- Types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Types.md b/Types.md index 22757fc..c0a67b6 100644 --- a/Types.md +++ b/Types.md @@ -87,7 +87,7 @@ myTypes.Rect(string, string) -- Image path, Atlas path Typically you wouldn't need to call this one, but it still needs to be here for the special people. -## Children: +## Children - `Character.sprite` - Sprite -- Character sprite. Typically used for position changing or resizing. - `Character.scale` - parsed.scale -- Character resize. Isn't applied yet, just change the scale directly. - `Character.singing` - boolean -- Isn't used directly, but changes on PlayAnimation().