Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yassirfariz committed Jun 13, 2024
1 parent 3bc33af commit 113717d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ partial class Program
public static void Main()
{
Raylib.SetTargetFPS(60);
Image image = Raylib.LoadImage("./assets/icon.png");
Raylib.SetWindowIcon(image);
Raylib.SetConfigFlags(ConfigFlags.Msaa4xHint);
Raylib.SetConfigFlags(ConfigFlags.ResizableWindow);
Raylib.SetConfigFlags(ConfigFlags.MaximizedWindow);
Expand Down
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 113717d

Please sign in to comment.