Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ Plugins/**/Intermediate/*
DerivedDataCache/*

enc_temp_folder/*
TODO.txt
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

убери это лол

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нет.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А это что за файл?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я туда пишу обычно, что мне осталось делать и что я сделал, чтобы это в одном месте лежало.
Это же просто один txt в gitignore...

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ясн, что это
Зачем это в файлах проекта, а не на компе где-то делать, неясн
Но ок, пусть будет

Binary file added Content/G2I_Game/Audio/System/SCM_MainMix.uasset
Binary file not shown.
Binary file added Content/G2I_Game/Audio/System/SC_Effects.uasset
Binary file not shown.
Binary file added Content/G2I_Game/Audio/System/SC_General.uasset
Binary file not shown.
Binary file added Content/G2I_Game/Audio/System/SC_Music.uasset
Binary file not shown.
Binary file added Content/G2I_Game/Audio/System/SC_Speech.uasset
Binary file not shown.
6 changes: 4 additions & 2 deletions Source/G2I/G2I.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ public G2I(ReadOnlyTargetRules Target) : base(Target)
"G2I/Public/UI/WidgetComponents",
"G2I/Public/Components",
"G2I/Public/Components/Camera",
"G2I/Public/Components/SteamGlove"
"G2I/Public/Components/SteamGlove",
"G2I/Public/Sound"
});

PrivateIncludePaths.AddRange(new string[] {
Expand All @@ -71,7 +72,8 @@ public G2I(ReadOnlyTargetRules Target) : base(Target)
"G2I/Private/UI/WidgetComponents",
"G2I/Private/Components",
"G2I/Private/Components/Camera",
"G2I/Private/Components/SteamGlove"
"G2I/Private/Components/SteamGlove",
"G2I/Private/Sound"
});

// Uncomment if you are using Slate UI
Expand Down
Loading