Submissions from 2018-04-02 to 2018-04-03 (2 total)

Didn't do any coding today, but talked a while with my artist about some new stuff to try. Did research on various kinds of gymnastics and dancers for inspiration for a movement-based power.

A submission for Daily Gamedev

Made another attempt at using the vuetify layout components. Got really close to getting the alignments I'm looking for but not all the way and it a lot harder than just using css grid and flexbox manually. I just need to let this go and do what I said last night: " I think I will use vuetify for the global layout and then do my own thing for the components."

On the plus side, I was able to figure out how to force 2 space indenting for all .vue files by putting this in your User Settings:

"[vue]": {
        "editor.detectIndentation": false,
        "editor.tabSize": 2
    }

For some reason the files created by vue-cli used 2 spaces but any file I created would use 4.