Skip to content

Commit

Permalink
Added source code for full-game
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Dec 4, 2023
1 parent a55d5e2 commit da0c8dd
Show file tree
Hide file tree
Showing 664 changed files with 57,291 additions and 7,287 deletions.
21 changes: 18 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
obj
Temp
Library
### Directories ###
[Ll]ibrary
[Tt]emp
[Oo]bj
[Bb]uild
[Bb]uilds
### Autogenerated ###
sysinfo.txt
.hg
.git
.vs
*.csproj
*.unityproj
*.sln
*.suo
*.user
*.userprefs
*.pidb
*.booproj
*.DS_store
56 changes: 56 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"files.exclude":
{
"**/.DS_Store":true,
"**/.git":true,
"**/.gitignore":true,
"**/.gitmodules":true,
"**/*.booproj":true,
"**/*.pidb":true,
"**/*.suo":true,
"**/*.user":true,
"**/*.userprefs":true,
"**/*.unityproj":true,
"**/*.dll":true,
"**/*.exe":true,
"**/*.pdf":true,
"**/*.mid":true,
"**/*.midi":true,
"**/*.wav":true,
"**/*.gif":true,
"**/*.ico":true,
"**/*.jpg":true,
"**/*.jpeg":true,
"**/*.png":true,
"**/*.psd":true,
"**/*.tga":true,
"**/*.tif":true,
"**/*.tiff":true,
"**/*.3ds":true,
"**/*.3DS":true,
"**/*.fbx":true,
"**/*.FBX":true,
"**/*.lxo":true,
"**/*.LXO":true,
"**/*.ma":true,
"**/*.MA":true,
"**/*.obj":true,
"**/*.OBJ":true,
"**/*.asset":true,
"**/*.cubemap":true,
"**/*.flare":true,
"**/*.mat":true,
"**/*.meta":true,
"**/*.prefab":true,
"**/*.unity":true,
"build/":true,
"Build/":true,
"Library/":true,
"library/":true,
"obj/":true,
"Obj/":true,
"ProjectSettings/":true,
"temp/":true,
"Temp/":true
}
}
1,146 changes: 852 additions & 294 deletions Assembly-CSharp.csproj

Large diffs are not rendered by default.

191 changes: 0 additions & 191 deletions Assets/Animations/SmithUnsheathe.anim

This file was deleted.

113 changes: 0 additions & 113 deletions Assets/Animations/SmithWalk.anim

This file was deleted.

2 changes: 1 addition & 1 deletion Assets/Images.meta → Assets/ArtAssets.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da0c8dd

Please sign in to comment.