functional(ish) rotation on a single axis

This commit is contained in:
Dario48 2025-12-30 21:31:42 +01:00
commit 9c6f8eedc5
3 changed files with 318 additions and 60 deletions

View file

@ -49,7 +49,7 @@ category: Game
build-type: Simple
-- Extra doc files to be distributed with the package, such as a CHANGELOG or a README.
extra-doc-files: CHANGELOG.md
extra-doc-files: README.md
-- Extra source files to be distributed with the package, such as examples, or a tutorial module.
-- extra-source-files:
@ -71,7 +71,7 @@ executable haskell-game
-- other-extensions:
-- Other library packages from which modules are imported.
build-depends: base ^>=4.18.3.0, sdl2 >= 2.5.5.1
build-depends: base ^>=4.18.3.0, sdl2 >= 2.5.5.1, StateVar
-- Directories containing source files.
hs-source-dirs: app