Skip to content

Conversation

@HelperWesley
Copy link
Contributor

The Plinko example showcases the physics behavior and how it along with other tools, like the object shake extension, can create a fun and juicy game.

The example features:
-Physics engine 2.0
-Object shake
-Particles
-Simple scoring system
-Leaderboard
-Text input object(For leaderboard name)

The Game zip file:
PlinkoExampleGame.zip

The Plinko example showcases the physics behavior and how it along with other tools, like the object shake extension, can create a fun and juicy game.

The example features:
-Physics engine 2.0
-Object shake
-Particles
-Simple scoring system
-Leaderboard
-Text input object(For leaderboard name)
@github-actions
Copy link
Contributor

github-actions bot commented Sep 2, 2022

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

github-actions bot commented Sep 2, 2022

Images automagically compressed by Calibre's image-actions

Compression reduced images by 17.9%, saving 34.57 KB.

Filename Before After Improvement Visual comparison
examples/PlinkoExampleGame/assets/Ball.png 279 bytes 219 bytes -21.5% View diff
examples/PlinkoExampleGame/assets/DoublePeg.png 3.77 KB 2.19 KB -42.0% View diff
examples/PlinkoExampleGame/assets/LongMetalPanel.png 356 bytes 312 bytes -12.4% View diff
examples/PlinkoExampleGame/assets/metalPanel.png 382 bytes 298 bytes -22.0% View diff
examples/PlinkoExampleGame/assets/starGold.png 2.19 KB 1.10 KB -49.8% View diff
examples/PlinkoExampleGame/assets/StonePeg.png 1.90 KB 1.86 KB -1.9% View diff
examples/PlinkoExampleGame/assets/tiled_Background2.png 184.15 KB 152.47 KB -17.2% View diff

4369 images did not require optimisation.

@Bouh
Copy link
Member

Bouh commented Sep 3, 2022

  • examples/PlinkoExampleGame/assets/LiluoLogoPlinko.png is the thumbnail, this file have to be named thumbnail.png. Otherwise the IDE won't use the image to display it on the homepage or the examples list.
  • The file have to be next to the project file (not in an asset folder).
  • When you want, you can update this list by adding this new game (use the folder name you made), to add the game on the homepage.

Copy link
Member

@Bouh Bouh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • I also saw unused resources by cleaning them.

"adaptGameResolutionAtRuntime": true,
"folderProject": false,
"orientation": "landscape",
"packageName": "com.example.gamename",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"packageName": "com.example.gamename",
"packageName": "com.example.pachinko",

-Thumbnail is in file folder and now named thumbnail.png
-Changed the package name and game name to Plinko.
-Removed the second thumbnail asset.
After moving everything in to the asset folder it broke the links for the particles, so I had to reset those.

That's fixed now. 😅
@HelperWesley
Copy link
Contributor Author

@Bouh I fixed up those things, and I think it's fine to release now.

Do you have any more concerns about it? Can I press "Squash and merge"?

@Bouh
Copy link
Member

Bouh commented Sep 14, 2022

@Bouh I fixed up those things, and I think it's fine to release now.

Do you have any more concerns about it? Can I press "Squash and merge"?

No, and yes :)

Remember the text to put after "Squash and merge" is the text that will be visible on the next patch note.

@HelperWesley HelperWesley merged commit 72b0b9f into main Sep 14, 2022
@Bouh Bouh deleted the Plinko-Game-Example branch September 16, 2022 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants