mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Added ground normal & ground velocity C# API e
This commit is contained in:
@@ -69,8 +69,8 @@ namespace NuakeEditor
|
||||
"name": "Trigger",
|
||||
"attribs": [ "transparent" ],
|
||||
"match": "classname",
|
||||
"pattern": "trigger_*",
|
||||
"texture": "trigger"
|
||||
"pattern": "Trigger*",
|
||||
"texture": "trigger.png"
|
||||
}
|
||||
],
|
||||
"brushface": [
|
||||
@@ -135,7 +135,7 @@ namespace NuakeEditor
|
||||
// Copy Icon.png
|
||||
if (FileSystem::FileExists("icon.png"))
|
||||
{
|
||||
std::filesystem::copy_file(FileSystem::RelativeToAbsolute("icon.png"), gameConfigFolderPath + "Icon.png");
|
||||
std::filesystem::copy_file(FileSystem::RelativeToAbsolute("icon.png"), gameConfigFolderPath + "Icon.png", std::filesystem::copy_options::overwrite_existing);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user