ignored a warning as its supposed to be like that
authorEduardo <[email protected]>
Mon, 8 Jul 2024 19:29:10 +0000 (21:29 +0200)
committerEduardo <[email protected]>
Mon, 8 Jul 2024 19:29:10 +0000 (21:29 +0200)
scripts/globals.gd

index 9c11b149bf01cd04a0f390e87389c23f352cb5bd..6ce2d3469fcbdf8964893c27c8c19e8d0578deeb 100644 (file)
@@ -17,6 +17,7 @@ var player_positions: Array[_PlayerPositionAt]
 var last_scene_updated: Constants.LEVELS_NAMES
 
 
+@warning_ignore("unused_signal") # this signal is called by other classes, was never intended to be called from itself
 signal request_update_player_position