Return from the dead update!

This commit is contained in:
Crisenpuer
2024-10-21 17:15:16 +02:00
parent d5f21e0575
commit 10808b100e
14 changed files with 89 additions and 22 deletions

13
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,13 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "factoriomod",
"request": "launch",
"name": "Factorio Mod Debug"
}
]
}