Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

"What type of media files can I add to my game page?" #29

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/game-media/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# What type of media can I add to my game page?

Images and videos are the two types of media that you can add to your game page (not counting music, which gets its own section). Media is vital to getting your game page into a presentable state for the public. A game page without any media just looks unfinished, and it doesn't attract as much attention as one with plenty of images--both moving and still.

[Adding images to my game page](/add-images/index.md)

[Adding video to my game page](/add-video/index.md)

[Adding music to my game page](/add-music/index.md)

[Adding builds/files to my game page](/add-build/index.md)

[How do I edit/manage my game?](/manage-game/index.md)