Skip to content

Commit fd25ac0

Browse files
committed
Added acknowledgements to contributors
1 parent d4b4410 commit fd25ac0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Assets/Example/Scripts/InfoScript.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using UnityEngine;
22
using System.Collections;
3-
3+
///Written by user tyoc213
44
public class InfoScript : MonoBehaviour {
55
GameObject infoPanel;
66
//Gamestate reference for quick access

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,6 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
150150

151151
## Acknowledgments
152152

153-
Thank you to Gerd Kortemeyer and the MIT Game Lab for their contribution and instruction on this project
153+
Thank you to Gerd Kortemeyer and the MIT Game Lab for their contribution and instruction on this project.
154+
155+
Thanks to users tyoc213, matthewh806, and sethwoodworth for contributing to the repo!

0 commit comments

Comments
 (0)