diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-05-06 09:54:31 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-05-06 09:54:31 -0400 |
| commit | 504d1dac2e500714233bbf19b0a735d2960b56e6 (patch) | |
| tree | 4fca5c43fc30a20b8ed51ed3ad3cd3ac89a2f29e | |
| parent | fedcc96e687926c8ac96502791c2475cbbc46695 (diff) | |
| download | lingo-archipelago-504d1dac2e500714233bbf19b0a735d2960b56e6.tar.gz lingo-archipelago-504d1dac2e500714233bbf19b0a735d2960b56e6.tar.bz2 lingo-archipelago-504d1dac2e500714233bbf19b0a735d2960b56e6.zip | |
Fix double THE MASTER panel
| -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. |
