Improve teambuilder stub

This should give an idea of the direction I want to take the
teambuilder in: a text editor, but with special features.

This neatly sidesteps a lot of UI questions, especially all the export
and input buttons, because the regular editing mode can be used to
import and export without anything fancy.

This also makes way for a better way to implement team/set comments:
comments are just invalid Pokémon in a team.
This commit is contained in:
Guangcong Luo
2019-05-16 05:30:27 +10:00
parent 9d3122cf92
commit bb6fe7ec3e
7 changed files with 199 additions and 94 deletions

View File

@@ -47,6 +47,7 @@
}
linkStyle("style/sim-types.css");
linkStyle("style/battle.css");
linkStyle("style/teambuilder.css");
linkStyle("style/utilichart.css");
linkStyle("style/font-awesome.css");
</script>