1
0
Fork 0

Fixed tests.html

This commit is contained in:
Michaël Lemaire 2017-01-23 23:46:04 +01:00
parent 0a5f1d4ad7
commit a6990d9b91
2 changed files with 4 additions and 1 deletions

3
TODO
View file

@ -1,3 +1,6 @@
* Use succession's tools and serializer
* Effect should be random in a range (eg. "damage target 50-75")
* Rewrite sticky effects to be more flexible (should be able to stick any effect)
* Add auto-move to attack
* Add equipment info (or summary) in ship tooltip
* Handle effects overflowing ship tooltip when too numerous

View file

@ -12,7 +12,7 @@
<script src="vendor/jasmine-core/lib/jasmine-core/jasmine.js"></script>
<script src="vendor/jasmine-core/lib/jasmine-core/jasmine-html.js"></script>
<script src="vendor/jasmine-core/lib/jasmine-core/boot.js"></script>
<script src="vendor/phaser/build/custom/phaser.min.js"></script>
<script src="vendor/phaser/build/phaser.min.js"></script>
<script src="build.js"></script>
</body>