Skip to content

Commit

Permalink
add system.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Redroadsl authored Jul 3, 2024
1 parent 67da05a commit 864ada5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions learnArtemis/system.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[WINDOWS]
WIDTH = 1920
HEIGHT = 1080
BOOT = main.iet
CHARSET = UTF-8
RESIZABLE = 1
FIXED_ASPECT_RATIO = 1

[ANDROID]
WIDTH = 1920
HEIGHT = 1080
BOOT = main.iet
CHARSET = UTF-8

[IOS]
[WINDOWS]
WIDTH = 1920
HEIGHT = 1080
BOOT = main.iet
CHARSET = UTF-8

0 comments on commit 864ada5

Please sign in to comment.