Project Creation

This commit is contained in:
ArckingV
2023-11-28 13:34:27 -06:00
parent 59bf43490e
commit dc293c7a7c
494 changed files with 909 additions and 0 deletions

22
Puzzle_Island.uproject Normal file
View File

@@ -0,0 +1,22 @@
{
"FileVersion": 3,
"EngineAssociation": "5.3",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Puzzle_Island",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}