add sandbox and lock input in other levels

This commit is contained in:
Crispy 2024-10-07 12:21:57 +02:00
parent bbe5ab0868
commit af66e68c5f
6 changed files with 21 additions and 2 deletions

View file

@ -210,6 +210,7 @@ impl Game {
bounds,
&mut solution.name,
&mut self.editing_solution_name,
true,
);
let button_x = level_list_width + entry_width + 20;