File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1414 <!-- End Google Tag Manager -->
1515 < meta charset ="UTF-8 ">
1616 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
17+ < meta http-equiv ="refresh " content ="0; url=build/web/index.html ">
1718 < title > Pygame Side Scroller</ title >
1819 < style >
1920 body {
@@ -146,7 +147,7 @@ <h2>Controls</h2>
146147 </ div >
147148 </ div >
148149
149- < script src ="
https://cdn.jsdelivr.net/gh/ pygame-web/[email protected] /static/ pythons.js "
> </ script > 150+ < script src ="https://pygame-web.github.io/archives/0.9/ pythons.js " type =" module "> </ script >
150151 < script >
151152 // Show canvas and hide loading when game starts
152153 window . addEventListener ( 'load' , function ( ) {
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Convenience script to activate venv and run the game
3+
4+ source venv/bin/activate
5+ pygbag .
You can’t perform that action at this time.
0 commit comments