raphaelgoulart / ya_inputdisplay

Yet another input display for Clone Hero / YARG
16 stars 3 forks source link

[Question] Why is there a hidden "FPS" object in the Main.tscn scene? #20

Closed SkyJumper409x closed 2 months ago

SkyJumper409x commented 2 months ago

There seems to be FPS.gd too. Is this something that should be added, is supposed to be added, was removed because of issues...?

raphaelgoulart commented 2 months ago

Ah, that's there for when I was testing stuff related to performance, FPS limits, etc early on

The idea is, if you need to test anything related to FPS, just enable that object. Otherwise keep it hidden. But it's not meant for the end user

Let me know if you have further questions! If this answers it fully, please close this issue.

SkyJumper409x commented 2 months ago

okay, gotcha