mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-15 05:41:59 +00:00
[console] Give camera and input windows decent defaults
Ie, move them out of the extreme top-left corner.
This commit is contained in:
parent
36509f5296
commit
0401eeeb07
1 changed files with 4 additions and 0 deletions
|
@ -494,11 +494,15 @@ static imui_window_t system_info_window = {
|
|||
|
||||
static imui_window_t cam_window = {
|
||||
.name = "Debug Camera",
|
||||
.xpos = 50,
|
||||
.ypos = 50,
|
||||
.auto_fit = true,
|
||||
};
|
||||
|
||||
static imui_window_t inp_window = {
|
||||
.name = "Debug Input",
|
||||
.xpos = 50,
|
||||
.ypos = 50,
|
||||
.auto_fit = true,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue