DigitalExtinction / Game

A 3D RTS game implemented in Rust.
https://de-game.org
GNU Affero General Public License v3.0
316 stars 25 forks source link

Basic Screenshot Functionality #502

Open Indy2222 opened 1 year ago

Indy2222 commented 1 year ago

Make it possible to take a screenshot from the game with a keyboard shortcut. Save the screenshot a game directory & log it.

Should be easy with use bevy::render::view::screenshot::ScreenshotManager (Bevy example screenshot.rs).

Indy2222 commented 1 year ago

Screenshot API was added to Bevy v0.11. Blocked by #622.