make prop scale changes immediate

This commit is contained in:
2023-07-14 05:56:55 -06:00
parent 98ba1a2d8d
commit c599dbeb98

View File

@@ -248,6 +248,7 @@
->scaleStr
(let [scale (Std.parseFloat scaleStr)]
(propScales.put propKey (new HFloat scale))
(flxDirector.scaleProp (dictGet props propKey))
(cc))))))
(shortcutHandler.registerItem "[d]efine [z] of a position"
->cc