etternagame / etterna

Advanced cross-platform rhythm game focused on keyboard play
https://etternaonline.com/
MIT License
474 stars 132 forks source link

Right click to close elements on rebirth #1276

Open pedrosoutinho opened 9 months ago

pedrosoutinho commented 9 months ago

1263

Added right click to close the following elements:

poco0317 commented 9 months ago

i cant accept these because the right click functionality as is overlaps with right click to pause. the right clicking has to be gated to a particular area for things such as asset settings

pedrosoutinho commented 9 months ago

I'll look into that

poco0317 commented 9 months ago

for this type of thing basically what i did was check isOver(bg) if the thing has a background or create an invisible quad that acts as the click area but with very particular layering so it doesnt break other overlapping buttons