Skip to content

Commit

Permalink
Decrease minimum window size and add a scrollbar to main menu when us…
Browse files Browse the repository at this point in the history
…ing small window sizes
  • Loading branch information
bakana808 committed Jan 18, 2025
1 parent a2b24f4 commit bf89b2b
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 264 deletions.
2 changes: 1 addition & 1 deletion project/main.gd
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func _ready() -> void:
m8_client.load_font(M8GD.M8_FONT_02_BOLD, FONT_01_BIG)
m8_client.load_font(M8GD.M8_FONT_02_HUGE, FONT_02_HUGE)

get_window().min_size = Vector2i(960, 640)
get_window().min_size = Vector2i(640, 480)

var start_time := Time.get_ticks_msec()

Expand Down
Loading

0 comments on commit bf89b2b

Please sign in to comment.