From 300c9f8baa530f1763dc715d61e5b5700d0eba27 Mon Sep 17 00:00:00 2001 From: Carson Kompon Date: Sat, 22 May 2021 21:37:47 -0400 Subject: [PATCH] Added setActorScaleXY, setActorFlipX and setActorFlipY Also removed the non-existent setActorScaleX and setActorScaleY --- docs/modchart.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/modchart.md b/docs/modchart.md index 40a6a92..6d872c5 100644 --- a/docs/modchart.md +++ b/docs/modchart.md @@ -381,13 +381,17 @@ Set's the angle for the sprite id Set's the scale for the sprite id -##### setActorScaleX(float x, string/int id) **Currently broken** +##### setActorScaleXY(float scaleX, float scaleY, string/int id) -Set's the scale x for the sprite id +Set's the x and y scale for the sprite id -##### setActorScaleY(float y, string/int id) **Currently broken** +##### setActorFlipX(bool flip, string/int id) -Set's the scale y for the sprite id +Set's the x flip for the sprite id + +##### setActorFlipY(bool flip, string/int id) + +Set's the y flip for the sprite id ##### getActorWidth(string/int id)