fix: error with dragon names
This commit is contained in:
parent
1378252483
commit
7c54b60337
3 changed files with 38 additions and 5 deletions
|
@ -75,7 +75,7 @@ func move_window_to_bottom_right():
|
|||
var work_area_position: Vector2i = DisplayServer.screen_get_usable_rect(display_index).position
|
||||
var work_area_size: Vector2i = DisplayServer.screen_get_usable_rect(display_index).size
|
||||
|
||||
var window_size: Vector2i = Vector2i(work_area_size.y / 4 * 1.77777, work_area_size.y / 4)
|
||||
var window_size: Vector2i = Vector2i(work_area_size.y / 3 * 1.77777, work_area_size.y / 3)
|
||||
|
||||
var new_position: Vector2i = work_area_position + Vector2i(work_area_size.x - window_size.x, work_area_size.y - window_size.y)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue