Skip to content

luckystreak96/pizzatopia-mirror

Repository files navigation

pizzatopia-amethyst

Controls

Playing

  • Arrow keys : Move and jump
  • Left Ctrl : Change to editor mode

Editor - All modes controls

  • Left Ctrl : Change back to playing
  • Arrow keys : Move cursor
  • Insert : Save your changes

Edit Mode controls (pink cursor mode):

  • X : Pick up a block (arrows to move it around + X again to put it down)
  • Z : Remove a block
  • A : Enter Insert Mode

Insert Mode controls (grass cursor mode):

  • X : Place a new block
  • 1 : Change selected block to grass
  • 2 : Change selected block to cat (the cat is invisible due to current bug, but it's there)
  • Z : Return to Edit Mode

How to run

To run the game, use

cargo run --features "vulkan"

on Windows and Linux, and

cargo run --features "metal"

on macOS.

For building without any graphics backend, you can use

cargo run --features "empty"

but be aware that as soon as you need any rendering you won't be able to run your game when using the empty feature.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages