DerekCresswell / GameDesign11

A project based intro to game development using the Unity game engine
MIT License
31 stars 12 forks source link

Gravity and drag in RGM #27

Open mrkramerkss opened 4 years ago

mrkramerkss commented 4 years ago

Lets add global gravity setting change (edit, project settings, physics 2d), and local changes to gravity and drag locally in the inspector for individual game objects.
It should probably go in the physics section.
Also, add a section on adding text in with the sprites section, include how to add fonts to Unity so that students can create text objects that are personalized. As of now they can only use Arial.

DerekCresswell commented 4 years ago

@Sanity-D says he'll deal with the Gravity and such.
The Text is big enough to be it's own issue seeing as it's a new section so I'll make a new issue. See #32