nesbox / TIC-80

TIC-80 is a fantasy computer for making, playing and sharing tiny games.
https://tic80.com
MIT License
4.98k stars 479 forks source link

Can't run wren projects since added fft support #2621

Closed Miguel-hrvs closed 2 months ago

Miguel-hrvs commented 3 months ago

Since: https://github.com/nesbox/TIC-80/pull/2607 You get this error trying to run any wren project: -1, "Game does not implement BDR(_)'." Tested in linux.

aliceisjustplaying commented 3 months ago

Oops, my bad. PR submitted.

Miguel-hrvs commented 3 months ago

Thanks, tested in actions and works perfectly. Good work :)

Miguel-hrvs commented 3 months ago

Btw, I made a fix for elli() and ellib() not working in wren. Should I wait for this one to be merged first? Here's the file: wren-c.zip

aliceisjustplaying commented 3 months ago

@Miguel-hrvs submitted a PR with your fixes.

Miguel-hrvs commented 3 months ago

@aliceisjustplaying Perfect, thanks :)