online multiplayer chess game (note server currently down)
Diffstat (limited to 'Grid.gd')
-rw-r--r--Grid.gd5
1 files changed, 0 insertions, 5 deletions
diff --git a/Grid.gd b/Grid.gd
index 3a8367f..ef993bc 100644
--- a/Grid.gd
+++ b/Grid.gd
@@ -62,11 +62,6 @@ func _exit_tree() -> void:
func _input(event) -> void: # input
if event.is_action_released("debug"): # if debug
print_matrix_pretty(matrix) # print the matrix
- if event.is_action_released("kill"):
- if last_clicked and OS.is_debug_build(): # last clicked isnt null and were in debug
- last_clicked.took() # kill the piece
- last_clicked = null
- clear_fx() # clear the circles
static func print_matrix_pretty(mat) -> void: # print the matrix