Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix position error on windows 10 #112

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 13, 2024

  1. Fix position error on windows 10

    In windows 10, there is a invisible borders.
    When window's position is set to (0, 0), there will be some gap
    between screen left border and game window left border.
    
    This commit fix the issue with solution provided in:
    https://stackoverflow.com/a/34143777/1277762
    
    Fix on ground item
    
    It should be 16, not 14
    
    Add hide_title_bar option
    dabeibao committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    f2363b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Fix bad monster name

    dabeibao committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    e15b84c View commit details
    Browse the repository at this point in the history
  2. Basic chinese font support

    dabeibao committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    1bb9c9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef0cc04 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    3b551b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from buuug7/master

    translate menu label and description to chinese
    dabeibao committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    24c4045 View commit details
    Browse the repository at this point in the history