mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-22 21:17:33 +00:00
David Vogel
99ad91e67c
- Don't change effects, as it's not needed anymore - Add capture library to be loaded by lua (go and PureBasic) - Modify pixel size, to nicely fit into FullHD - Move camera instead of player - Add capturing routine - Round position to fit into grid, and also render the world pixel perfect - Add util/helper functions
8 lines
260 B
Markdown
8 lines
260 B
Markdown
# Capture
|
|
|
|
A dynamically linked library, that supplies a single function to take a screenshot and store it as PNG file.
|
|
|
|
## State
|
|
|
|
Works, but it seems the go runtime interferes with other stuff inside noita. Therefore it's unusable, because it causes crashes.
|