diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..36e07fc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,59 @@ +############################################################################### +# Unreal Engine Git LFS Configuration +############################################################################### + +# -- Large binary files (use LFS) +# Unreal Assets +*.uasset filter=lfs diff=lfs merge=lfs -text +*.umap filter=lfs diff=lfs merge=lfs -text + +# Models +*.fbx filter=lfs diff=lfs merge=lfs -text +*.obj filter=lfs diff=lfs merge=lfs -text +*.glb filter=lfs diff=lfs merge=lfs -text +*.gltf filter=lfs diff=lfs merge=lfs -text + +# Textures +*.png filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.tga filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +*.exr filter=lfs diff=lfs merge=lfs -text +*.hdr filter=lfs diff=lfs merge=lfs -text +*.bmp filter=lfs diff=lfs merge=lfs -text + +# Materials / Shaders +*.uasset filter=lfs diff=lfs merge=lfs -text +*.ush text +*.usf text + +# Audio +*.wav filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text + +# Movies +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.mov filter=lfs diff=lfs merge=lfs -text + +# Fonts +*.ttf filter=lfs diff=lfs merge=lfs -text +*.otf filter=lfs diff=lfs merge=lfs -text + +# Misc binaries +*.dds filter=lfs diff=lfs merge=lfs -text +*.ico filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.pak filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text + +############################################################################### +# Exclude engine/binaries from LFS +############################################################################### +# Don’t store compiled or generated content +/Binaries/** filter=lfs diff=lfs merge=lfs -text +/Intermediate/** filter=lfs diff=lfs merge=lfs -text +/Saved/** filter=lfs diff=lfs merge=lfs -text +/DerivedDataCache/** filter=lfs diff=lfs merge=lfs -text diff --git a/Content/Actors/BP_SampleDungeonCandle.uasset b/Content/Actors/BP_SampleDungeonCandle.uasset index 9007b98..7dc7925 100644 Binary files a/Content/Actors/BP_SampleDungeonCandle.uasset and b/Content/Actors/BP_SampleDungeonCandle.uasset differ diff --git a/Content/Actors/BP_SampleDungeonDoor.uasset b/Content/Actors/BP_SampleDungeonDoor.uasset index 7ed36c5..141cdc6 100644 Binary files a/Content/Actors/BP_SampleDungeonDoor.uasset and b/Content/Actors/BP_SampleDungeonDoor.uasset differ diff --git a/Content/Actors/BP_SampleDungeonEnemy.uasset b/Content/Actors/BP_SampleDungeonEnemy.uasset index 8129007..1023d52 100644 Binary files a/Content/Actors/BP_SampleDungeonEnemy.uasset and b/Content/Actors/BP_SampleDungeonEnemy.uasset differ diff --git a/Content/Actors/BP_SampleDungeonKey.uasset b/Content/Actors/BP_SampleDungeonKey.uasset index 2c9164d..134a48a 100644 Binary files a/Content/Actors/BP_SampleDungeonKey.uasset and b/Content/Actors/BP_SampleDungeonKey.uasset differ diff --git a/Content/Actors/BP_SampleDungeonRoomSensor.uasset b/Content/Actors/BP_SampleDungeonRoomSensor.uasset index b60b2ac..930042b 100644 Binary files a/Content/Actors/BP_SampleDungeonRoomSensor.uasset and b/Content/Actors/BP_SampleDungeonRoomSensor.uasset differ diff --git a/Content/Actors/BP_SampleDungeonTable.uasset b/Content/Actors/BP_SampleDungeonTable.uasset index 70e9493..9af06a0 100644 Binary files a/Content/Actors/BP_SampleDungeonTable.uasset and b/Content/Actors/BP_SampleDungeonTable.uasset differ diff --git a/Content/Actors/BP_SampleDungeonTorch.uasset b/Content/Actors/BP_SampleDungeonTorch.uasset index 7936659..589707f 100644 Binary files a/Content/Actors/BP_SampleDungeonTorch.uasset and b/Content/Actors/BP_SampleDungeonTorch.uasset differ diff --git a/Content/Actors/BP_SampleDungeonUniqueKey.uasset b/Content/Actors/BP_SampleDungeonUniqueKey.uasset index 552d574..06dfd25 100644 Binary files a/Content/Actors/BP_SampleDungeonUniqueKey.uasset and b/Content/Actors/BP_SampleDungeonUniqueKey.uasset differ diff --git a/Content/Maps/Demonstration.umap b/Content/Maps/Demonstration.umap index 0c7d71f..0541efd 100644 Binary files a/Content/Maps/Demonstration.umap and b/Content/Maps/Demonstration.umap differ diff --git a/Content/Maps/SubMaps/SampleDungeonStart.umap b/Content/Maps/SubMaps/SampleDungeonStart.umap index 0c33780..bbf1edf 100644 Binary files a/Content/Maps/SubMaps/SampleDungeonStart.umap and b/Content/Maps/SubMaps/SampleDungeonStart.umap differ diff --git a/Content/Meshes/Materials/MI_SampleDungeonSolid_Blue.uasset b/Content/Meshes/Materials/MI_SampleDungeonSolid_Blue.uasset index d476e48..9114723 100644 Binary files a/Content/Meshes/Materials/MI_SampleDungeonSolid_Blue.uasset and b/Content/Meshes/Materials/MI_SampleDungeonSolid_Blue.uasset differ diff --git a/Content/Meshes/Materials/M_SampleDungeonSolid.uasset b/Content/Meshes/Materials/M_SampleDungeonSolid.uasset index 9958fa8..b049b16 100644 Binary files a/Content/Meshes/Materials/M_SampleDungeonSolid.uasset and b/Content/Meshes/Materials/M_SampleDungeonSolid.uasset differ diff --git a/Content/Meshes/SM_SampleDungeonCube.uasset b/Content/Meshes/SM_SampleDungeonCube.uasset index a814af3..98dc626 100644 Binary files a/Content/Meshes/SM_SampleDungeonCube.uasset and b/Content/Meshes/SM_SampleDungeonCube.uasset differ diff --git a/Content/Meshes/SM_SampleDungeonDoor.uasset b/Content/Meshes/SM_SampleDungeonDoor.uasset index 007ebed..637dbbe 100644 Binary files a/Content/Meshes/SM_SampleDungeonDoor.uasset and b/Content/Meshes/SM_SampleDungeonDoor.uasset differ diff --git a/Content/Meshes/SM_SampleDungeonFloor.uasset b/Content/Meshes/SM_SampleDungeonFloor.uasset index 0acd20d..3ae90b5 100644 Binary files a/Content/Meshes/SM_SampleDungeonFloor.uasset and b/Content/Meshes/SM_SampleDungeonFloor.uasset differ diff --git a/Content/Meshes/SM_SampleDungeonPillar.uasset b/Content/Meshes/SM_SampleDungeonPillar.uasset index cc5c991..56f9896 100644 Binary files a/Content/Meshes/SM_SampleDungeonPillar.uasset and b/Content/Meshes/SM_SampleDungeonPillar.uasset differ diff --git a/Content/Meshes/SM_SampleDungeonRoof.uasset b/Content/Meshes/SM_SampleDungeonRoof.uasset index 10a49b3..720a2c0 100644 Binary files a/Content/Meshes/SM_SampleDungeonRoof.uasset and b/Content/Meshes/SM_SampleDungeonRoof.uasset differ diff --git a/Content/Meshes/SM_SampleDungeonSlope.uasset b/Content/Meshes/SM_SampleDungeonSlope.uasset index 523d9a4..6f49487 100644 Binary files a/Content/Meshes/SM_SampleDungeonSlope.uasset and b/Content/Meshes/SM_SampleDungeonSlope.uasset differ diff --git a/Content/Meshes/SM_SampleDungeonWall.uasset b/Content/Meshes/SM_SampleDungeonWall.uasset index f7f50f0..800ee9b 100644 Binary files a/Content/Meshes/SM_SampleDungeonWall.uasset and b/Content/Meshes/SM_SampleDungeonWall.uasset differ diff --git a/Content/Parameters/DGP_Sample.uasset b/Content/Parameters/DGP_Sample.uasset index afcece1..40b4ad3 100644 Binary files a/Content/Parameters/DGP_Sample.uasset and b/Content/Parameters/DGP_Sample.uasset differ diff --git a/Content/Parameters/DID_Sample.uasset b/Content/Parameters/DID_Sample.uasset index 6dc7d30..0991ecf 100644 Binary files a/Content/Parameters/DID_Sample.uasset and b/Content/Parameters/DID_Sample.uasset differ diff --git a/Content/Parameters/DMSD_Sample.uasset b/Content/Parameters/DMSD_Sample.uasset index a2b4890..98e8e4c 100644 Binary files a/Content/Parameters/DMSD_Sample.uasset and b/Content/Parameters/DMSD_Sample.uasset differ diff --git a/Content/Parameters/DRSD_Sample.uasset b/Content/Parameters/DRSD_Sample.uasset index c9cb955..224aed0 100644 Binary files a/Content/Parameters/DRSD_Sample.uasset and b/Content/Parameters/DRSD_Sample.uasset differ diff --git a/Content/Parameters/DSLD_Sample.uasset b/Content/Parameters/DSLD_Sample.uasset index b8a8419..57dc56d 100644 Binary files a/Content/Parameters/DSLD_Sample.uasset and b/Content/Parameters/DSLD_Sample.uasset differ diff --git a/Content/Widget/Materials/M_SampleDungeonMiniMap.uasset b/Content/Widget/Materials/M_SampleDungeonMiniMap.uasset index 5a17d0c..16626ee 100644 Binary files a/Content/Widget/Materials/M_SampleDungeonMiniMap.uasset and b/Content/Widget/Materials/M_SampleDungeonMiniMap.uasset differ diff --git a/Content/Widget/Materials/M_SampleDungeonMiniMapRetainer.uasset b/Content/Widget/Materials/M_SampleDungeonMiniMapRetainer.uasset index ec6b3bc..3c84d36 100644 Binary files a/Content/Widget/Materials/M_SampleDungeonMiniMapRetainer.uasset and b/Content/Widget/Materials/M_SampleDungeonMiniMapRetainer.uasset differ diff --git a/Content/Widget/Textures/T_SampleDungeonDoor.uasset b/Content/Widget/Textures/T_SampleDungeonDoor.uasset index aec03a1..2d45e88 100644 Binary files a/Content/Widget/Textures/T_SampleDungeonDoor.uasset and b/Content/Widget/Textures/T_SampleDungeonDoor.uasset differ diff --git a/Content/Widget/Textures/T_SampleDungeonGunSight.uasset b/Content/Widget/Textures/T_SampleDungeonGunSight.uasset index b29cfa4..37b3bc6 100644 Binary files a/Content/Widget/Textures/T_SampleDungeonGunSight.uasset and b/Content/Widget/Textures/T_SampleDungeonGunSight.uasset differ diff --git a/Content/Widget/Textures/T_SampleDungeonKey.uasset b/Content/Widget/Textures/T_SampleDungeonKey.uasset index 5934740..2f30228 100644 Binary files a/Content/Widget/Textures/T_SampleDungeonKey.uasset and b/Content/Widget/Textures/T_SampleDungeonKey.uasset differ diff --git a/Content/Widget/Textures/T_SampleDungeonMiniMapMask.uasset b/Content/Widget/Textures/T_SampleDungeonMiniMapMask.uasset index 0161be3..64836dd 100644 Binary files a/Content/Widget/Textures/T_SampleDungeonMiniMapMask.uasset and b/Content/Widget/Textures/T_SampleDungeonMiniMapMask.uasset differ diff --git a/Content/Widget/Textures/T_SampleDungeonPlayerIcon.uasset b/Content/Widget/Textures/T_SampleDungeonPlayerIcon.uasset index 6c343b1..f0ef032 100644 Binary files a/Content/Widget/Textures/T_SampleDungeonPlayerIcon.uasset and b/Content/Widget/Textures/T_SampleDungeonPlayerIcon.uasset differ diff --git a/Content/Widget/WBP_SampleDungeonPlayGame.uasset b/Content/Widget/WBP_SampleDungeonPlayGame.uasset index add338c..6da5164 100644 Binary files a/Content/Widget/WBP_SampleDungeonPlayGame.uasset and b/Content/Widget/WBP_SampleDungeonPlayGame.uasset differ diff --git a/Document/DungeonGenerator-Logo.png b/Document/DungeonGenerator-Logo.png index 3fc0f31..a11ecf9 100644 Binary files a/Document/DungeonGenerator-Logo.png and b/Document/DungeonGenerator-Logo.png differ diff --git a/Resources/Icon128.png b/Resources/Icon128.png index 5447b58..f95e9da 100644 Binary files a/Resources/Icon128.png and b/Resources/Icon128.png differ diff --git a/Resources/PlaceholderButtonIcon.png b/Resources/PlaceholderButtonIcon.png index fcf9956..8cbfc54 100644 Binary files a/Resources/PlaceholderButtonIcon.png and b/Resources/PlaceholderButtonIcon.png differ