Giter Site home page Giter Site logo

bevy-jam-2'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.

bevy-jam-2's People

Contributors

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

Stargazers

Nikodem Wrona avatar Karol avatar Dimitriy avatar  avatar Egor Zudin avatar ctrlf avatar Vitaliy Yermolenko avatar Andrzej Głuszak avatar  avatar  avatar  avatar

Watchers

François Mockers avatar  avatar  avatar  avatar

bevy-jam-2's Issues

Loot Goblin gets some Real Loot!

Hey! So @ramirezmike (winner of Bevy Jam 2) already has some Bevy Merch and has generously decided to "pass down" their winnings (any two items from the Bevy Merch store) to the second place team (you!).

Would you all like to accept the merch? If so, can you discuss amongst yourselves how you would like to split up the loot (two items)?

https://merch.bevyengine.org/

Anyone accepting some (or all) of the loot has a few options:

  1. Send me your address (which I will take no record of and promptly forget) and the two items you want and I'll take care of the rest.
  2. Order the item(s) you want yourself and I'll send a reimbursement via some reasonable means (negotiable: paypal, venmo, etc)
  3. Pass on free stuff 😮

I wish spring would let me do "full" vouchers / coupons, but thats not an option sadly

Get rid of CleanupOnGameplayEnd?

CleanupOnGameplayEnd is a component added to all entities that should be deleted after the game ends.

I would argue that adding this to every entity manually is error-prone. It might be better to delete all entities in the world at the game's end. That way we'll be sure that they're all gone.

Good thing to keep in mind as we go along. If we find that we are adding it in many different places, we are probably better off without it.

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.