Field drawing and mouse check done

This commit is contained in:
2022-09-21 11:37:13 +02:00
commit dbde563de4
71 changed files with 1040 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"rollForward": "Major",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
"configProperties": {
"System.Runtime.TieredCompilation": false
}
}
}