This repository has been archived on 2025-07-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
shroom_of_doom/config/features.json
2025-02-26 14:40:25 -05:00

37 lines
664 B
JSON

{
"fullscreen": {
"libs": {
"pygame": {
"ver_implemented": [2, 0, 0]
}
},
"is_active": false
},
"vsync": {
"libs": {
"pygame": {
"ver_implemented": [2, 0, 0]
}
},
"is_active": false
},
"matchcase": {
"libs": {
"python": {
"ver_implemented": [3, 10, 0]
}
},
"is_active": false
},
"resizeable": {
"libs": {
"pygame": {
"ver_implemented": [2, 0, 0]
}
},
"is_active": false
}
}