mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
Add README.md and rename to noita-mapcap
This commit is contained in:
parent
2cff546c9c
commit
be48a75c25
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"Vogel"
|
||||
]
|
||||
}
|
11
README.md
Normal file
11
README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Noita MapCapture addon
|
||||
|
||||
Addon that captures the map and saves it as image. Not much to see here yet.
|
||||
|
||||
## State
|
||||
|
||||
In development
|
||||
|
||||
## License
|
||||
|
||||
[MIT](LICENSE)
|
6
bin/capture/capture.go
Normal file
6
bin/capture/capture.go
Normal file
@ -0,0 +1,6 @@
|
||||
// Copyright (c) 2019 David Vogel
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
package main
|
4
init.lua
4
init.lua
@ -14,5 +14,5 @@ function OnPlayerSpawned(player_entity)
|
||||
end
|
||||
|
||||
-- this code runs when all mods' filesystems are registered
|
||||
ModLuaFileAppend("data/scripts/director_init.lua", "mods/capture-all/files/capture.lua")
|
||||
ModMagicNumbersFileAdd("mods/capture-all/files/magic_numbers.xml") -- override some game constants
|
||||
ModLuaFileAppend("data/scripts/director_init.lua", "mods/noita-mapcap/files/capture.lua")
|
||||
ModMagicNumbersFileAdd("mods/noita-mapcap/files/magic_numbers.xml") -- override some game constants
|
||||
|
Loading…
Reference in New Issue
Block a user