Plonq / bevy_rts_camera

RTS-style camera controls plugin for Bevy Engine
Apache License 2.0
59 stars 6 forks source link

How can I set the default height? #27

Closed rendaoer closed 2 months ago

Plonq commented 2 months ago

The height is defined by the zoom level, together with the min and max height. You can set the default zoom by setting the zoom and target_zoom properties on the RtsCamera component, when adding it.

rendaoer commented 2 months ago

OK, think you