Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
foxzool committed Dec 24, 2024
1 parent 1ab84e9 commit e9fa82f
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 5 deletions.
Binary file modified build/icon_1024x1024.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 build/macos/AppIcon.iconset/icon_128x128.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 build/macos/AppIcon.iconset/[email protected]
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 build/macos/AppIcon.iconset/icon_16x16.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 build/macos/AppIcon.iconset/[email protected]
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 build/macos/AppIcon.iconset/icon_256x256.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 build/macos/AppIcon.iconset/[email protected]
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 build/macos/AppIcon.iconset/icon_32x32.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 build/macos/AppIcon.iconset/[email protected]
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 build/macos/AppIcon.iconset/icon_512x512.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 build/macos/AppIcon.iconset/[email protected]
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 build/macos/src/Game.app/Contents/Resources/AppIcon.icns
Binary file not shown.
8 changes: 4 additions & 4 deletions src/game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ fn setup_ui(
width: Val::Percent(100.0),
height: Val::Percent(100.0),
display: Display::Flex,
margin: UiRect {
top: Val::Px(24.0),
..default()
},
// margin: UiRect {
// top: Val::Px(24.0),
// ..default()
// },
flex_direction: FlexDirection::Column,
justify_content: JustifyContent::FlexStart,

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn main() {
fit_canvas_to_parent: true,
// Tells wasm not to override default event handling, like F5 and Ctrl+R
prevent_default_event_handling: false,
resolution: bevy::window::WindowResolution::new(1280., 900.),
resolution: bevy::window::WindowResolution::new(1280., 970.),
..default()
}),
..default()
Expand Down

0 comments on commit e9fa82f

Please sign in to comment.