Skip to content

Commit

Permalink
Title created
Browse files Browse the repository at this point in the history
  • Loading branch information
kismama committed Oct 12, 2024
1 parent dc04c4e commit 568552b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/menu/MainMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace BlockGame.ui;
public class MainMenu : Menu {
public MainMenu() {
var title = new Image(this, "title", "textures/title.png");
title.setPosition(new Vector2I(0, -96));
title.setPosition(new Vector2I(0, -70));
title.centreContents();


Expand Down
Binary file modified textures/blocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/title.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 568552b

Please sign in to comment.