Skip to content
Snippets Groups Projects

Pages

Closed Ghost User requested to merge pages into master
2 files
+ 46
14
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
14
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/phaser@3.15.1/dist/phaser-arcade-physics.min.js"></script>
<script src="state1.js"></script>
<script src="state2.js"></script>
</head>
<body>
<script src="main.js"></script>
</body>
</html>
\ No newline at end of file
Loading