@ -33,8 +33,11 @@ web GAME:
serve GAME: (web GAME)
simple-http-server dist/{{GAME}}
itchio GAME: (web GAME)
itchio-dry GAME: (web GAME)
butler push --dry-run dist/{{GAME}} popgame/{{GAME}}:html5 --userversion={{VERSION}}
butler push dist/{{GAME}} popgame/{{GAME}}:html5 --userversion={{VERSION}}
clean:
rm -rf dist/*
@ -16,7 +16,7 @@ fn main() {
title: "flappy bird (with rewind)".into(),
name: "flappy".into(),
game_type: GameType::Two,
window: Some(Window { resolution: WindowResolution::new(360.0, 640.0), ..default() })
..default()
},
Physics2dPlugin,
))