pass a UI to NAT entryProcessors

This commit is contained in:
2022-06-27 18:22:57 +00:00
parent 9f1e337069
commit 7e7053e132
13 changed files with 21 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
(super
->[archive e]
?(and !(hasComponent e Images) (hasComponent e Name))
->[archive e]
->[archive e &opt ui]
{
(let [name (readComponent e Name)
sprite (new FlxText 0 0 0 name 16)