Godot memeriksa tombol kiri mouse
if (event.is_pressed() and event.button_index == BUTTON_LEFT):
print("Wow, a left mouse click")
Zwazel
if (event.is_pressed() and event.button_index == BUTTON_LEFT):
print("Wow, a left mouse click")