Commit Graph

3 Commits

Author SHA1 Message Date
Sebastian Lohff e7c269141c Migrate to godot 4.4.1-rc1
We need to at least migrate to 4.4.1-rc1, as this includes a fix for a
regression in 4.4.0, which broke android sharing[0].

[0] https://github.com/godotengine/godot/pull/103733
2025-03-16 15:36:58 +01:00
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
Sebastian Lohff 49d2656335 Add morse banner
The Banner shows all morse signals of the last x seconds.
2025-02-01 19:00:12 +01:00