mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
Let capturer create output folder
This commit is contained in:
parent
4c6177676d
commit
5f3c55823c
@ -19,6 +19,7 @@ ProcedureDLL AttachProcess(Instance)
|
||||
Global NewList Queue.QueueElement()
|
||||
|
||||
ExamineDesktops()
|
||||
CreateDirectory("mods/noita-mapcap/output/")
|
||||
|
||||
For i = 1 To 4
|
||||
CreateThread(@Worker(), #Null)
|
||||
@ -100,8 +101,8 @@ EndProcedure
|
||||
|
||||
; IDE Options = PureBasic 5.71 LTS (Windows - x64)
|
||||
; ExecutableFormat = Shared dll
|
||||
; CursorPosition = 72
|
||||
; FirstLine = 32
|
||||
; CursorPosition = 25
|
||||
; FirstLine = 3
|
||||
; Folding = -
|
||||
; EnableThread
|
||||
; EnableXP
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user