Initial Commit

This commit is contained in:
Jordon Brooks 2018-04-17 23:46:23 +01:00
parent ba14820cdd
commit ae455dd52d
65 changed files with 1450 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{
"PluginFileVersion" : 1,
"FriendlyName" : "Simplex Noise",
"Version" : 1,
"VersionName" : "1.0.0",
"CreatedBy" : "DavDad",
"CreatedByURL" : "https://art-and-code.com/",
"Description" : "SimplexNoise Blueprint Library to use in Unreal Engine 4",
"Category" : "ArtAndCodeSuite.SimplexNoise",
"EnabledByDefault" : true,
"Modules" :
[
{
"Name" : "SimplexNoise",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault",
"WhitelistPlatforms" : [ "Win64", "Win32", "Mac" ]
},
]
}