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()
|
Global NewList Queue.QueueElement()
|
||||||
|
|
||||||
ExamineDesktops()
|
ExamineDesktops()
|
||||||
|
CreateDirectory("mods/noita-mapcap/output/")
|
||||||
|
|
||||||
For i = 1 To 4
|
For i = 1 To 4
|
||||||
CreateThread(@Worker(), #Null)
|
CreateThread(@Worker(), #Null)
|
||||||
@ -100,8 +101,8 @@ EndProcedure
|
|||||||
|
|
||||||
; IDE Options = PureBasic 5.71 LTS (Windows - x64)
|
; IDE Options = PureBasic 5.71 LTS (Windows - x64)
|
||||||
; ExecutableFormat = Shared dll
|
; ExecutableFormat = Shared dll
|
||||||
; CursorPosition = 72
|
; CursorPosition = 25
|
||||||
; FirstLine = 32
|
; FirstLine = 3
|
||||||
; Folding = -
|
; Folding = -
|
||||||
; EnableThread
|
; EnableThread
|
||||||
; EnableXP
|
; EnableXP
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user