Skip to content

Conversation

@HelperWesley
Copy link
Contributor

This 3D lane runner game shows the basics of adjusting a 3D camera, variables, sound effects, saving and loading a highscore, and how to use the platformer behavior in a 3D space.

This 3D lane runner game shows the basics of adjusting a 3D camera, variables, sound effects, saving and loading a highscore, and how to use the platformer behavior in a 3D space.
@github-actions
Copy link
Contributor

Preview the game(s) changed or added in this Pull Request


This is an automatic message displaying links to the games in this PR - double check the JSON in case of doubt.

@github-actions
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 34.8%, saving 3.02 KB.

Filename Before After Improvement Visual comparison
examples/3d-lane-runner/assets/Marker.png 198 bytes 176 bytes -11.1% View diff
examples/3d-lane-runner/assets/Trail.png 4.62 KB 2.86 KB -38.2% View diff
examples/3d-lane-runner/assets/TrailDrop.png 3.37 KB 2.25 KB -33.4% View diff
examples/3d-lane-runner/assets/TrailWall.png 503 bytes 391 bytes -22.3% View diff

5322 images did not require optimisation.

HelperWesley and others added 2 commits July 17, 2023 18:48
* Use an expression for external layouts
* Make the initial lane check explicit
* Split text objects
* Frame rate independent camera following
* Use a FSM
@D8H
Copy link
Contributor

D8H commented Jul 19, 2023

I think that unused 3D model animations should not be removed. Unused animations are a good way to generate a will to build over the example.
I didn't replace the character animations but for a next example, it would be better to keep them.

@D8H
Copy link
Contributor

D8H commented Jul 19, 2023

How much air control should there be?

Currently players can move left and right:

  • from an empty square
  • in the air

@D8H D8H added the ✨ New example A new example label Jul 19, 2023
@D8H D8H merged commit 5c065a8 into main Jul 19, 2023
@D8H D8H deleted the 3d-lane-runner-example branch July 19, 2023 13:55
@D8H D8H changed the title Adding 3D lane runner game example [3D Lane Runner] A 3D lane runner game Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ New example A new example

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants