Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Phox Orbit CamView game page

Bevy
Submitted by PhaestusFox — 1 hour, 3 minutes before the deadline
Add to collection

Play game

Phox Orbit Cam's itch.io page

Results

CriteriaRankScore*Raw Score
Documentation#23.0003.000
Polish#22.0002.000
Useful#21.0001.000
Original#32.0002.000
Overall#32.0002.000

Ranked from 1 rating. Score is adjusted from raw score by the median number of ratings per game in the jam.

Source code
https://github.com/PhaestusFox/Phox_OrbitCam.git

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

I understand that this is a jam and we should be expecting prototype-level projects, but there were still a few things that bothered me:

  • The ball in the orbit's focal point. It's called (in the code) DebugCube. It's actually a sphere. It cannot be turned off.
  • No way to make it orbit around an entity - which I believe is one of the main use cases of orbit cameras in games.
  • No way to turn any of the keyboard controls off. At most I can set them to some (hopefully) unused KeyCode.
  • Zoom is only controllable by the mouse - and active even with MouseControle::Disabled (although it is technically possible to "disable" it by setting min_zoom and max_zoom to the same number)
  • No elevation control.