What could possibly cause this whilst it's working on anywhere else.
Asked Answered
S

2

0



It's a Button node.

Skolnik answered 17/12, 2023 at 2:51 Comment(0)
W
0

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 answered 17/12, 2023 at 8:12 Comment(0)
S
0

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.

Skolnik answered 17/12, 2023 at 13:56 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.