Change textures of tiles #75

Merged
CoCo_Sol merged 14 commits from change-texture into main 2024-03-09 14:37:00 +00:00
Showing only changes of commit eb46e4da4e - Show all commits

View file

@ -42,7 +42,6 @@ fn mouse_handler(
mut events_writer: EventWriter<ClickOnTheWorld>,
not_clickable_zones: Query<(&Node, &GlobalTransform), With<ZoneNotClickable>>,
ui_scale: Res<UiScale>,
) {
if !mouse_button_input.just_pressed(MouseButton::Left) {
return;