Giter Site home page Giter Site logo

loot-goblin's Introduction

Screenshot from 2022-08-29 10-11-16

Contributors

Hotkeys

  • Escape will back out of the game to the main menu. If you're already on the main menu, it will instantly close the game.
  • F11 will toggle between BorderlessFullscreen and Windowed mode.
  • LShift + Click will use / equip / consume items.
  • LCtrl + LAlt + Click will delete items.
  • Drag items to move them to the combining area.
  • Left-click the combine button to combine items.
  • Space when prompted to press it for the dungeon sim to continue.

image

Config files

Adding new config files

  • Add it as a struct to src/config/.
  • Add it to the src/loading/systems/load_configs() function to load as a resource.
  • Add a ron file with default values to assets/config/default.

Using the configs in systems

You can request it as a resource in systems: config: Res<GridConfig>,.

Overriding configs

Every config file is present as a ron file in the assets/config/default/ directory. If you need to change one of the constants for yourself, for testing purposes, you can copy the relevant config file to assets/config/override/ and change the values to your wishes. Those files wil not be added to source control, so you're not messing with anyone else's build.

Some suggestions on how to use this:

  • Override the audio.ron file to turn down the music and sound effects.
  • Override the debug.ron file to skip past the main menu when testing.
  • Override the log.ron file to tweak to log filter.

loot-goblin's People

Contributors

park-dev avatar jazarro avatar frederickjjoubert avatar vangeck avatar twitchywhalez avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.