beansrage / BeanTown

Godot game
1 stars 0 forks source link

Game skeleton #1

Open beansrage opened 1 month ago

beansrage commented 1 month ago

Start 3d first person skeleton in godot 4.

beansrage commented 1 month ago

Player has small area to move around. The camera is set to twist pivot on the mouse. Still needs jump?

beansrage commented 1 month ago

The whiteBoxGround object has its own collision mesh to support the player object. The player object also has a CollisionShape3D attached.