Bot Entity
open class BotEntity(val meepMeep: MeepMeep, width: Double, height: Double, var pose: Pose2d, colorScheme: ColorScheme, opacity: Double) : ThemedEntity
Represents a bot entity in the MeepMeep simulation.
Represents a bot entity in the MeepMeep simulation.