Go to file
Sebastian Lohff ca3b8dba62 Move MorseState into autoload
Before this every instance of the MorseBanner had its own state, but as
we want to use the state also for other purposes, it doesn't make sense
to keep it in each instance. Therefore we now have an autoload that
keeps the state as a singleton. The MorseBanner now gets its state from
the autoload, so no more communication is needed between the main part
and the MorseBanner.
2025-02-02 18:36:32 +01:00
autoloads Move MorseState into autoload 2025-02-02 18:36:32 +01:00
scenes Move MorseState into autoload 2025-02-02 18:36:32 +01:00
.gitattributes Working CW tool 2025-02-01 01:47:11 +01:00
.gitignore Working CW tool 2025-02-01 01:47:11 +01:00
icon.svg Working CW tool 2025-02-01 01:47:11 +01:00
icon.svg.import Working CW tool 2025-02-01 01:47:11 +01:00
project.godot Move MorseState into autoload 2025-02-02 18:36:32 +01:00