]> Untitled Git - catris.git/blobdiff - script/board.gd
Added to_string to piece
[catris.git] / script / board.gd
index 6ee9e7ad49ac3648b8230f39d9b5225dd4a242d3..f4057916203a76e3cc55e0b02873404c0d1a101e 100644 (file)
@@ -52,6 +52,7 @@ func _add_player_piece():
        
        add_child(piece)
        _num_pieces += 1
+       print(str(piece))
 
 
 func _move(v: Vector2i):