Closed mozukichi closed 10 years ago
Hi @zukkun I have upgraded the package to 0.11.1. Please let me know if the bug is not fixed, thanks!
Umm... It does not appended Canvas. Please check it. Thank you.
I'm sorry. I mistake <script>
tags order. It corrected to this matter solved.
...
<script src="packages/browser/dart.js"></script>
<script type="application/dart" src="main.dart"></script>
...
...
<script type="application/dart" src="main.dart"></script>
<script src="packages/browser/dart.js"></script>
...
Thank you very much for fixed.
Game class constructor parent parameter not working.
Canvas is appended body bottom.
Thank you.