Timur Turatbekov

Results 7 comments of Timur Turatbekov

I have some suggestion, maybe we don't need to implement shaker like parameter to camera. The idea is we can use composition and add child nodes to camera, that can...

It's not only about the pressed method, but also `_toggled`

I agree, my proposal was about making this things more consistent.

Closing proposal, considering the explanation of the existence of virtual methods for buttons.

I created a similar proposal, but instead I suggest to add virtual methods to area3d/2d https://github.com/godotengine/godot-proposals/issues/12795

In my opinion, it would be preferable to utilize square brackets (`[]`) instead of angle brackets (``) for generic functions. GDScript already provides a generic mechanism for typed arrays, as...