hollywoo reader macros passing cc automatically

This commit is contained in:
2021-11-27 20:37:40 -07:00
parent ebbc0084eb
commit 0c08ca14fb

View File

@@ -1,6 +1,9 @@
(loadFrom "hollywoo" "src/hollywoo/HollywooDSL.kiss")
(loadFrom "hollywoo-flixel" "src/hollywoo_flixel/AssetMacros.kiss")
(defMacroVar subclass true)
(loadFrom "hollywoo" "src/hollywoo/Movie.kiss")
(method newFlxScene [name set time perspective]
(let [setSprite (new FlxSprite 0 0)]
(setSprite.loadGraphic (dictGet sets set))