marklovers / kaplay

🦖 A JavaScript game library
https://kaplayjs.com
MIT License
230 stars 14 forks source link

chore: rename Event to KEvent #179

Closed lajbel closed 1 week ago

lajbel commented 1 week ago

Description

Why? Because it interferes with the Event interface from browsers, and it usually bugs with the type generation, and even the autocomplete (something common is you trying to use Event type of kaboom and finish using Event type from browser)

Issues or related

lajbel commented 1 week ago

I forgot