Merge remote-tracking branch 'MaD_CaT/master'
# Conflicts: # project.godot
This commit is contained in:
@@ -18,7 +18,7 @@ func _on_bip_gui_input(event):
|
||||
if event is InputEventMouseButton and event.pressed:
|
||||
match event.button_index:
|
||||
MOUSE_BUTTON_LEFT:
|
||||
signaller.emit_signal('rto_threat_sel', name.to_int())
|
||||
signaller.emit_signal('bip_pressed', name.to_int())
|
||||
MOUSE_BUTTON_RIGHT:
|
||||
if selected:
|
||||
signaller.emit_signal('rto_threat_unsel', name.to_int())
|
||||
|
||||
Reference in New Issue
Block a user