map select

This commit is contained in:
2025-04-11 01:25:01 +02:00
parent 19fe3e3d13
commit 95b2c825db
14 changed files with 416 additions and 19 deletions

View File

@@ -5,4 +5,8 @@
"Lua.runtime.nonstandardSymbol": ["+=", "-=", "*=", "/=", "//=", "%=", "<<=", ">>=", "&=", "|=", "^="],
"Lua.workspace.library": ["$PLAYDATE_SDK_PATH/CoreLibs"],
"Lua.workspace.preloadFileSize": 1000,
}
"playdate-debug.sdkPath": "/Users/oleksiiilienko/Developer/PlaydateSDK",
"playdate-debug.sourcePath": "/Users/oleksiiilienko/Documents/fpv2/source",
"playdate-debug.outputPath": "/Users/oleksiiilienko/Documents/fpv2/builds",
"playdate-debug.productName": "FPV Game"
}