Spu7Nix / SPWN-language

A language for Geometry Dash triggers
MIT License
1.06k stars 61 forks source link

Added comparison operators to `@item`s #259

Closed SpeckyYT closed 2 years ago

SpeckyYT commented 2 years ago

item.if_is is ugly 🤢🤢🤢🤢🤢 so I added some operators for simplifying items.

if 10i == 50 { @log::runtime::flash() } // 😎😎😎😎😎 gang

Before pulling this PR, the following issues should be fixed and closed: