From 7c7a213f94bf814f300356db92aabb88609ed79d Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Sat, 10 Feb 2024 15:15:09 -0600 Subject: [PATCH] fix animation scrubber position --- .../game/tools/shapeEditor/scripts/shapeEditor.ed.tscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/BaseGame/game/tools/shapeEditor/scripts/shapeEditor.ed.tscript b/Templates/BaseGame/game/tools/shapeEditor/scripts/shapeEditor.ed.tscript index b4b08c627..de06ac9a3 100644 --- a/Templates/BaseGame/game/tools/shapeEditor/scripts/shapeEditor.ed.tscript +++ b/Templates/BaseGame/game/tools/shapeEditor/scripts/shapeEditor.ed.tscript @@ -1585,7 +1585,7 @@ function ShapeEdSeqFromMenu::onBrowseSelect( %this, %assetId ) function ShapeEdAnimWIndow::onWake(%this) { %animWindow = ShapeEdAnimWIndow; - %position = "1" SPC Canvas.extent.y - 112; + %position = "1" SPC Canvas.extent.y - 132; if(isObject(ShapeEdPropWindow)) {