Orama-Interactive / Pixelorama

Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features. Available on Windows, Linux, macOS and the Web!
https://orama-interactive.itch.io/pixelorama
MIT License
7.24k stars 387 forks source link

Update RegionUnpacker.gd #1118

Closed HuanWuCode closed 1 month ago

HuanWuCode commented 1 month ago

Fix typo. for element: int in side_b: This line should be for element in range(side_b): since side_b is likely an integer.

Variable-ind commented 1 month ago

Hy 👋, this isn't a typo Godot can loop over integers so a range() isn't required