Basic grid movement.
This commit is contained in:
parent
6ee39cea20
commit
c5920acc2b
3 changed files with 10 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"FileVersion": 3,
|
"FileVersion": 3,
|
||||||
"EngineAssociation": "5.4",
|
"EngineAssociation": "{25FFA0B2-42DD-57FA-A153-E6A99311EEE5}",
|
||||||
"Category": "",
|
"Category": "",
|
||||||
"Description": "",
|
"Description": "",
|
||||||
"Plugins": [
|
"Plugins": [
|
||||||
|
@ -18,6 +18,15 @@
|
||||||
{
|
{
|
||||||
"Name": "NiagaraFluids",
|
"Name": "NiagaraFluids",
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "Bridge",
|
||||||
|
"Enabled": true,
|
||||||
|
"SupportedTargetPlatforms": [
|
||||||
|
"Win64",
|
||||||
|
"Mac",
|
||||||
|
"Linux"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue