better projection, transparency; 4d camera, controls r/f for +/-w

This commit is contained in:
andromeda
2026-02-08 15:08:46 +01:00
parent 4d59cd7569
commit 602507a605
4 changed files with 148 additions and 59 deletions

View File

@@ -11,7 +11,9 @@
pkgs = nixpkgs.legacyPackages.${system};
in {
packages.${system} = {
default = pkgs.haskellPackages.callCabal2nix "hs-game" ./. {};
default =
pkgs.haskell.packages.ghc912.callCabal2nix "hs-game" ./. {
};
};
devShells.${system} = {
default = pkgs.mkShell {