This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/game/dist/project-constants.json
2022-04-02 14:28:12 -04:00

26 lines
562 B
JSON

{
"game_name": "Ludum Dare 50",
"base_window_size": [
1080,
720
],
"target_fps": 60,
"tile_size": 128,
"discord": {
"app_id": 954413081918857276,
"artwork": {
"logo": "ld50-logo"
},
"strings": {
"details.loading": "Watching the game load",
"details.sm_failure": "Game went FUBAR",
"details.main_menu": "In the main menu"
}
},
"player": {
"max_velocity": 3,
"acceleration": 2,
"deceleration": 1
}
}