Go to file
Sebastian Lohff ec7b46ebc9 Switch direction of MorseState state array
Originally it was easier for the MorseBanner to have the states with
newest in front, but this makes the code harder to read and complicates
things in other places.

At some point it also might make sense to not use a range() in
MorseBanner, but use a int var + counter instead, as we often might only
consume a small number of elements. But as this is game programming,
"winging it" and getting something done seems to be the modus operandi.
2025-02-03 01:49:46 +01:00
autoloads Switch direction of MorseState state array 2025-02-03 01:49:46 +01:00
scenes Switch direction of MorseState state array 2025-02-03 01:49:46 +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