DerekCresswell / GameDesign11

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

Remove usage of "I" in tutorials #35

Closed DerekCresswell closed 4 years ago

DerekCresswell commented 4 years ago

Some older lessons still use "I" as opposed to "we" or "you". Replace these with the standard.

Regex for searching I('m|'ve|'d|'ll| )? (Not leaeding and trailing space)

DerekCresswell commented 4 years ago

See also 5af6549

These two commits should contain all usages. Please comment on this issue if more are found.