This commit is contained in:
2024-08-16 19:49:16 -05:00
parent 0fbf8626d1
commit 51ead256bc

View File

@@ -457,6 +457,7 @@
(makeCC cc
// show current scene props, etc.
(_ccForEach
scene.propOrder
->[:String propKey :Continuation cc]
(let [p (dictGet scene.props propKey)]
(director.showProp p.prop p.position ReAppearance .camera (_currentScene) cc))