DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

feat(client): add background to cards
feat(client): add ambient light
fix(client): add png support to bevy
feat(client): add card background asset
fix(client): make cards a bit shorter
chore(client): fmt, clippy, cleanup
feat(client): sane-ish supply pile spawning
feat(client): add CardPlugin in GamePlugin
feat(client): take card cost into account
fix(client): give card default translation, fix rotation
feat(client): move platform down, do y0 is on top of it
feat(client): init rapier things, but leave for now
feat(client): game ui plugin, ui -> details_ui
feat(client): PlayerCamera component, position it
fix(client): reverse forming and mygames vecs
feat(client): use chrono for game and action times
feat(client): finish redo player borrows
WIP(client): redo player borrows, init EndTurn
feat(client): update hardcoded game init
feat(client): player state, state change command
Next