Noah Petherbridge
5f75168235
* Added a --window flag to the game executable to specify the startup window resolution. Either specify an exact size (e.g. 1024x768) or a special keyword "desktop", "mobile" or "landscape" * Default size is "desktop" or 1024x768 * Mobile simulates a smartphone form factor of 375x812 * Landscape is mobile but flipped horizontally. * Doodle UX isn't great on mobile but this is a step towards working on mobile friendly UI
14 lines
322 B
Desktop File
Executable File
14 lines
322 B
Desktop File
Executable File
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=Project: Doodle
|
|
GenericName=Project Doodle
|
|
X-GNOME-FullName=Project: Doodle - A drawing-based maze game
|
|
Comment=A drawing-based maze game.
|
|
Exec=/opt/project-doodle/doodle
|
|
Path=/opt/project-doodle
|
|
Icon=project-doodle
|
|
StartupNotify=true
|
|
Keywords=game;maze;
|
|
Categories=Game;
|