blob: a80629354438fdd016b25f19bd20d3f90342c8cb [file] [log] [blame]
filegroup(
name = "pictures",
srcs = [
# Picture from the FIRST inspires field drawings.
# https://www.firstinspires.org/robotics/frc/playing-field
# Copyright 2023 FIRST
"2023.png",
# Picture from FIRST modified by Tea Fazio.
# https://firstfrc.blob.core.windows.net/frc2023/Manual/2023FRCGameManual.pdf
# Copyright 2023 FIRST
"field.jpg",
],
visibility = ["//visibility:public"],
)