mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +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
253 B
XML
8 lines
253 B
XML
<MagicNumbers VIRTUAL_RESOLUTION_X="960"
|
|
VIRTUAL_RESOLUTION_Y="540"
|
|
CAMERA_NO_MOVE_BUFFER_NEAR_VIEWPORT_EDGE="0.0"
|
|
CAMERA_MOUSE_INTERPOLATION_SPEED="0.0"
|
|
CAMERA_POSITION_INTERPOLATION_SPEED="50.0"
|
|
DRAW_PARALLAX_BACKGROUND="0">
|
|
</MagicNumbers>
|