deathmtn
8/24/2024, 5:40:23 PM
Today's Godot finding: If you declare an array as `const`, there's no error if you call `append` on it. It just quietly doesn't do it.