Update resources

This commit is contained in:
Wojciech Figat
2022-07-18 14:50:53 +02:00
parent 60f868a08b
commit fb3601dac6
7 changed files with 10 additions and 10 deletions

Binary file not shown.

BIN
Content/Shaders/Editor/QuadOverdraw.flax (Stored with Git LFS)

Binary file not shown.

BIN
Content/Shaders/Editor/VertexColors.flax (Stored with Git LFS)

Binary file not shown.

BIN
Content/Shaders/SMAA.flax (Stored with Git LFS)

Binary file not shown.

View File

@@ -3,7 +3,7 @@
"Version": { "Version": {
"Major": 1, "Major": 1,
"Minor": 4, "Minor": 4,
"Build": 6332 "Build": 6333
}, },
"Company": "Flax", "Company": "Flax",
"Copyright": "Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.", "Copyright": "Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.",

View File

@@ -13,5 +13,5 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
[assembly: Guid("b8442186-4a70-7c85-704a-857cc7990797")] [assembly: Guid("b8442186-4a70-7c85-704a-857cc7990797")]
[assembly: AssemblyVersion("1.4.6332")] [assembly: AssemblyVersion("1.4.6333")]
[assembly: AssemblyFileVersion("1.4.6332")] [assembly: AssemblyFileVersion("1.4.6333")]

View File

@@ -3,11 +3,11 @@
#pragma once #pragma once
#define FLAXENGINE_NAME "FlaxEngine" #define FLAXENGINE_NAME "FlaxEngine"
#define FLAXENGINE_VERSION Version(1, 4, 6332) #define FLAXENGINE_VERSION Version(1, 4, 6333)
#define FLAXENGINE_VERSION_TEXT "1.4.6332" #define FLAXENGINE_VERSION_TEXT "1.4.6333"
#define FLAXENGINE_VERSION_MAJOR 1 #define FLAXENGINE_VERSION_MAJOR 1
#define FLAXENGINE_VERSION_MINOR 4 #define FLAXENGINE_VERSION_MINOR 4
#define FLAXENGINE_VERSION_BUILD 6332 #define FLAXENGINE_VERSION_BUILD 6333
#define FLAXENGINE_COMPANY "Flax" #define FLAXENGINE_COMPANY "Flax"
#define FLAXENGINE_COPYRIGHT "Copyright (c) 2012-2022 Wojciech Figat. All rights reserved." #define FLAXENGINE_COPYRIGHT "Copyright (c) 2012-2022 Wojciech Figat. All rights reserved."