aboutsummaryrefslogtreecommitdiff
path: root/game/export_presets.cfg
Commit message (Collapse)AuthorAgeLines
* Changed from OpenVic2 to OpenVic Hop3112023-05-17-4/+4
|
* Fix MacOS OpenVic2.dmg export_path to OpenVic2.app Spartan3222023-03-24-5/+5
| | | | | | | | | | | | | Godot cannot output a dmg file Rename macOS export preset to MacOS To make export platform names consistent Add `common/*` to include_filter So exports will include everything in the common directory Make credits.csv not translation file but to keep the file on import Prevents replacement of the file as a translation
* Make LobbyMenu resolution independent Spartan3222023-03-02-7/+2
| | | | Fix MacOS export directory
* Add MacOS template (#3) Andres Villagra2023-02-27-0/+105
| | | Co-authored-by: Andres V <andres@avillagra.net>
* feat(godot): Add Windows and Linux export presets. George L. Albany2023-01-26-0/+108
feat(docs): Updated README.md to include install requirements, build/run instructions, and project export instructions.