This website works better with JavaScript.
Home
Help
Sign In
RMIT
/
Major_Project_B
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81
Commits
2
Branches
7.0 MiB
Tree:
1e438e5225
Josh_Dev_branch
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '1e438e5225'
${ noResults }
Major_Project_B
/
Assets
/
Scripts
/
Utility
/
Enums.cs
3 lines
90 B
Raw
Normal View
History
-Edge detection -Created block class -Turned objects in scene to prefabs -Moved Character movement out of update -Added keyboard controll class -Added some Utility classes -Fixed some folders
5 years ago
//Use this file to Global enums in
public
enum
Direction
{
Left
,
Right
,
Forward
,
Back
}