From 998f2800237ccf0e2c1b7c5a2697b066eacb31dc Mon Sep 17 00:00:00 2001 From: Brett Chalupa Date: Sun, 11 Dec 2022 10:42:07 -0500 Subject: [PATCH] feat(ch12): specify embed size --- src/12-ship-it.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/12-ship-it.md b/src/12-ship-it.md index d99d0f8..7985c16 100644 --- a/src/12-ship-it.md +++ b/src/12-ship-it.md @@ -54,7 +54,7 @@ Fill out the details for your game. Be sure to write a description, add screensh itch upload screenshot with button to upload files -Tap "Upload files" and select the zips of the game for all of the platforms you want to upload it for. For `targetpractice-html5.zip`, check the "This file will be played in the browser" box, as itch will use that to determine what to make playable. For the other platforms, choose the proper OS for each file. +Tap "Upload files" and select the zips of the game for all of the platforms you want to upload it for. For `targetpractice-html5.zip`, check the "This file will be played in the browser" box, as itch will use that to determine what to make playable. For the other platforms, choose the proper OS for each file. Be sure to set the web embed size to 1280 pixels wide and 720 pixels tall so it renders at the proper size. If you make changes to your game, you can upload new versions to itch automatically by running `./dragonruby-publish mygame` without having to upload them through the web browser.