Skip to content

Commit 487935d

Browse files
Fixed the textbox in search being yikes
dont ask
1 parent 0212a7d commit 487935d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,8 @@ async fn main() {
10931093
back_button.update(delta_time);
10941094
level_download_button.update(delta_time);
10951095

1096+
level_id_textbox.rect.x = screen_width() - 140.0;
1097+
10961098
if back_button.is_clicked() {
10971099
show_level_not_found = false;
10981100
game_state.0.set(GameState::CreatorMenu);

0 commit comments

Comments
 (0)