- Create static content including menu bars and place holders for the following
- file menu bar
- just add all needed drop-downs, we will fill in actions later (spells, activate, accept arrays for drop downs)
- this is mostly css + basic html work here take a look at bootstrap dropdowns
- action menu bar
- add static buttons, add LIST of (icons) for spells and invokes the spell's action
- spell menu
- accepts js array, calls relevant action)
- main map
- just make a place for this
- file menu bar
- Notes:
- use bootstrap
- √ Make tiles
- √ Make Maps
- √ Make Spells
- Should have event class that things can inherit
- Set up the pub/sub app.vent
- Create inventory template for viewing self inv, bags, belts, purse, shops
- In particular for minifying
- Notes:
- this is more of a just something to keep in mind for later
- How do we feed a "map" into a function that will A. Turn the template into squares and a picture? B. Zoom in only on the person and their current view of the world
- How does a character continue to move on the map
- Notes:
- perhaps all maps need to add an extra buffer to the edges so they can move down further
- css / overflow etc
- arrow keys to move scrolling position?