From ee9a569e9c747c50f8c67149b1be2b4a2be94101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?= <52170489+GerardGascon@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:05:36 +0200 Subject: [PATCH] chore: added todo --- scenes/main.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/scenes/main.gd b/scenes/main.gd index c2e6201..9eba561 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -66,6 +66,7 @@ func _instantiate_random_dragon(): if spot == null: return + #TODO: Add also a way to instantiate dragons in your library with a greater probability for i in range(5): dragon_sharing.receive(_save_load.get_tower_name()) var dragon: DragonProperties = await dragon_sharing.on_dragon_received