Skip to content

yinchy/testMotorcycle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

Overview

A collection of playground template projects for the Wonderland Engine.

The projects include the PP library.

If u prefer to start with a default template project that uses the PP library, you can use the PPefault template instead.

A collection of assets that can be useful while working with the Wonderland Engine (like gamepads 3D models) can be found here.

License

You are free to use this in your projects, just remember to credit it somewhere, if possible!

Credits

Playgrounds

Table Of Contents

Playgrounds Versions

Every playground template usually comes in two versions:

  • standard
    • the PP library is included as an npm package
  • unbundled
    • the PP library is not included as an npm package, but as files in the project
    • can be useful if u plan to edit the PP library to adjust them to your need

PPlayground

Playground Folder

Live Version

The main playground.

Some of the PP features u will find in this playground are:

  • ppefault setup
  • player locomotion
  • grab & throw
  • virtual gamepad

Some of the custom features u will find in this playground are:

  • background music
  • sfx for the grab & throw and other interactions
  • particles
  • grabbable objects spawner
  • a bit of gameplay logic to check when u have hit the flying target

Every custom component or object that is not strictly needed has been added under the Playground object inside the scene, so you can safely remove it.
This is also true for every custom scripts, which can be found in the playground folder.

Downloads

You can download this template through the following links:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%