ddnet/src/game/editor
bors[bot] a27dbb1219
Merge #6435
6435: add proof mode for menu backgrounds closes #3009 r=def- a=Marmare314


![backgroundproof](https://user-images.githubusercontent.com/49279081/225979288-3fb43d41-79f7-477e-8479-6b3d106fbd5b.gif)

## Checklist

- [x] Tested the change ingame
- [x] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test (especially base/) or added coverage to integration test
- [x] Considered possible null pointers and out of bounds array indexing
- [x] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


Co-authored-by: marmare314 <49279081+Marmare314@users.noreply.github.com>
2023-03-27 14:48:18 +00:00
..
auto_map.cpp Make tileflag names consistent with automappers 2022-12-19 18:39:36 +01:00
auto_map.h Format vector variables names (fixes #5209) 2022-06-11 21:38:49 +02:00
editor.cpp Merge #6435 2023-03-27 14:48:18 +00:00
editor.h Merge #6435 2023-03-27 14:48:18 +00:00
explanations.cpp Rename TILE_CHECKPOINT_XXX to TILE_TIME_CHECKPOINT_XXX 2022-06-30 23:41:40 +02:00
io.cpp use array again and consider checkpoints 2023-03-17 19:25:50 +01:00
layer_game.cpp Huge variable naming format 2022-07-08 18:01:29 +02:00
layer_quads.cpp Replace usages of C math functions 2023-03-01 19:26:53 +01:00
layer_sounds.cpp Editor: added the possibility to duplicate layers 2022-08-19 13:20:50 +02:00
layer_tiles.cpp Merge #6421 2023-03-14 20:02:14 +00:00
popups.cpp Use variadic arguments for ShowFileDialogError formatting 2023-03-19 11:48:39 +01:00