It's a Button node.
What could possibly cause this whilst it's working on anywhere else.
Asked Answered
Skolnik _on_button_down()
is a function call, not a signal. You can call connect()
only on signals or objects. Try self.button_down.connect(...)
Westberg oh I see sorry for the inconvenience I was a bit sleepdrunk figuring out why not add a main menu stuff with my other project.
© 2022 - 2025 — McMap. All rights reserved.