noita-mapcap/bin/capture/build.bat
David Vogel 99ad91e67c Several changes
- 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
2019-10-20 16:28:17 +02:00

9 lines
211 B
Batchfile

rem Copyright (c) 2019 David Vogel
rem
rem This software is released under the MIT License.
rem https://opensource.org/licenses/MIT
set GOARCH=386
set CGO_ENABLED=1
go build -o capture.dll -buildmode=c-shared