diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-05-01 03:53:58 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-05-01 03:53:58 +0200 |
| commit | fb96ec752215da56407c2266ab9d1eedf670e0d1 (patch) | |
| tree | 9654257120ab890720946e5bc23bff9df0803348 /trenchbroom | |
| parent | 08eada80a4fd13028f2a19108788f76752cc459b (diff) | |
| download | stalag-fb96ec752215da56407c2266ab9d1eedf670e0d1.tar.gz | |
Custom --width and --height cli argument
Diffstat (limited to 'trenchbroom')
| -rw-r--r-- | trenchbroom/stalag/GameEngineProfiles.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/trenchbroom/stalag/GameEngineProfiles.cfg b/trenchbroom/stalag/GameEngineProfiles.cfg index fb04830..81eda2f 100644 --- a/trenchbroom/stalag/GameEngineProfiles.cfg +++ b/trenchbroom/stalag/GameEngineProfiles.cfg | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | { | 1 | { |
| 2 | "profiles": [ | 2 | "profiles": [ |
| 3 | { | 3 | { |
| 4 | "name": "Stalag", | 4 | "name": "Stalag", |
| 5 | "parameters": "--fps 120 --map maps/${MAP_BASE_NAME}.map", | 5 | "parameters": "--fps 120 --width 1920 --height 1080 --map maps/${MAP_BASE_NAME}.map", |
| 6 | "path": "/home/m/Projects/stalag/tbrun.sh" | 6 | "path": "/home/m/Projects/stalag/tbrun.sh" |
| 7 | } | 7 | } |
| 8 | ], | 8 | ], |
| 9 | "version": 1 | 9 | "version": 1 |
| 10 | } | 10 | } |
