Page 2 of 2

Re: New feature: Classes in scripting

Posted: Mon Jun 28, 2021 7:37 am
by VilleK
NES Donkey Kong works pretty good.

Very nice

Posted: Tue Jun 29, 2021 12:08 pm
by rrTea
All these new additions tempt me to rewrite some of my old projects that would have benefitted from the new ZGE features :D

Re: New feature: Classes in scripting

Posted: Fri Jul 02, 2021 11:38 am
by Ats
Do we get a gain in performance if using classes instead of classic functions and stuff?

Re: New feature: Classes in scripting

Posted: Fri Jul 02, 2021 2:25 pm
by VilleK
Ats wrote: Fri Jul 02, 2021 11:38 am Do we get a gain in performance if using classes instead of classic functions and stuff?
Not really. It is just an optional way of organizing your code and may seem more natural if you have previously used a language such as Java.