mirror of
				https://github.com/JohnBreaux/Boat-Battle.git
				synced 2025-02-04 12:28:35 +00:00 
			
		
		
		
	Setup: remove unused signal
This commit is contained in:
		@@ -1,6 +1,5 @@
 | 
				
			|||||||
extends Control
 | 
					extends Control
 | 
				
			||||||
 | 
					
 | 
				
			||||||
signal forfeit
 | 
					 | 
				
			||||||
signal game_ready
 | 
					signal game_ready
 | 
				
			||||||
 | 
					
 | 
				
			||||||
onready var Ships = ["2Ship", "3ShipA", "3ShipB", "4Ship", "5Ship"]
 | 
					onready var Ships = ["2Ship", "3ShipA", "3ShipB", "4Ship", "5Ship"]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user