Moving corners like intended

This commit is contained in:
Synthasmagoria 2026-08-25 18:38:56 +02:00
commit 6bd838968d
4 changed files with 114 additions and 19 deletions

View file

@ -1,5 +1,11 @@
package main
/*
TODO (synthas): Things to save to the project file
- Grid configuration
- Shape configuration
*/
import "core:os"
import "core:io"
import "core:mem"