JimmyCushnie / JECS

Jimmy's Epic Config System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection shortcuts

JimmyCushnie opened this issue · comments

It would be nice to have a compact way of writing collections. I.e.

collection:
    - 22
    - 10
    - 35
    - 0

shortcutCollection: [22, 10, 35, 0]

Careful consideration should be given to whatever syntax is chosen.