diff options
-rw-r--r-- | Archipelago/load.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index e050f23..b95e4c4 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd | |||
@@ -120,6 +120,7 @@ func _load(): | |||
120 | new_master_cdp.translation = old_master_cdp.translation | 120 | new_master_cdp.translation = old_master_cdp.translation |
121 | new_master_cdp.rotation = old_master_cdp.rotation | 121 | new_master_cdp.rotation = old_master_cdp.rotation |
122 | get_node("CountdownPanels").add_child(new_master_cdp) | 122 | get_node("CountdownPanels").add_child(new_master_cdp) |
123 | old_master_cdp.total = 5000 | ||
123 | old_master_cdp.queue_free() | 124 | old_master_cdp.queue_free() |
124 | 125 | ||
125 | # Configure AN OTHER WAY. | 126 | # Configure AN OTHER WAY. |