From 0f74d18aa2e613dcaa9619b428c4930daf81d659 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 28 Nov 2021 15:49:31 +0100 Subject: [PATCH] Implemented Substance --- BookWorm.uproject | 5 +++++ Content/Localization/Game/Game.csv | 4 ++-- Content/Localization/Game/Game.locmeta | 3 +++ Content/Localization/Game/de-DE/Game.archive | 4 ++-- Content/Localization/Game/de-DE/Game.locres | 3 +++ Content/Localization/Game/de-DE/Game.po | 4 ++-- Content/Localization/Game/en/Game.locres | 3 +++ Content/Localization/Game/en/Game.po | 4 ++-- Content/MainLevels/TheLibrary.umap | 4 ++-- Content/MainLevels/TheLibrary_BuiltData.uasset | 3 +++ Content/Materials/Book/CoverImages/MasterCover.uasset | 4 ++-- Content/Materials/Book/Materials/BC_Black.uasset | 3 --- Content/Materials/Book/Materials/BC_Blue.uasset | 3 --- Content/Materials/Book/Materials/BC_Brown.uasset | 3 --- Content/Materials/Book/Materials/BC_Cyan.uasset | 3 --- Content/Materials/Book/Materials/BC_DarkBlue.uasset | 3 --- Content/Materials/Book/Materials/BC_DarkGreen.uasset | 3 --- Content/Materials/Book/Materials/BC_DarkishRed.uasset | 3 --- Content/Materials/Book/Materials/BC_OtherPurple.uasset | 3 --- Content/Materials/Book/Materials/BC_Pink.uasset | 3 --- Content/Materials/Book/Materials/BC_Redly.uasset | 3 --- Content/Materials/Book/Materials/MasterBookColor.uasset | 4 ++-- .../Substance_Imported/Substance_MainMaterial.uasset | 3 +++ Content/Materials/Substances/floor_tiles_01.sbsar | 3 +++ Content/Materials/Substances/floor_tiles_01.uasset | 3 +++ .../Textures/Shelf/bookshelf_WorldGridMaterial_BaseColor.png | 3 +++ .../Shelf/bookshelf_WorldGridMaterial_BaseColor.uasset | 3 +++ .../Textures/Shelf/bookshelf_WorldGridMaterial_Normal.png | 3 +++ .../Textures/Shelf/bookshelf_WorldGridMaterial_Normal.uasset | 3 +++ ...ookshelf_WorldGridMaterial_OcclusionRoughnessMetallic.png | 3 +++ ...shelf_WorldGridMaterial_OcclusionRoughnessMetallic.uasset | 3 +++ Content/Translations/Mainmenu.uasset | 2 +- Content/blueprints/BPBookShelf.uasset | 4 ++-- Content/blueprints/BP_CollectableBook.uasset | 4 ++-- Content/blueprints/BookshelvActor.uasset | 4 ++-- Content/models/Box_Brush2_StaticMesh.uasset | 4 ++-- Content/models/WorldGridMaterial.uasset | 3 +++ Content/models/bookshelf.FBX | 3 +++ Content/models/bookshelf.uasset | 3 +++ 39 files changed, 76 insertions(+), 53 deletions(-) create mode 100644 Content/Localization/Game/Game.locmeta create mode 100644 Content/Localization/Game/de-DE/Game.locres create mode 100644 Content/Localization/Game/en/Game.locres create mode 100644 Content/MainLevels/TheLibrary_BuiltData.uasset delete mode 100644 Content/Materials/Book/Materials/BC_Black.uasset delete mode 100644 Content/Materials/Book/Materials/BC_Blue.uasset delete mode 100644 Content/Materials/Book/Materials/BC_Brown.uasset delete mode 100644 Content/Materials/Book/Materials/BC_Cyan.uasset delete mode 100644 Content/Materials/Book/Materials/BC_DarkBlue.uasset delete mode 100644 Content/Materials/Book/Materials/BC_DarkGreen.uasset delete mode 100644 Content/Materials/Book/Materials/BC_DarkishRed.uasset delete mode 100644 Content/Materials/Book/Materials/BC_OtherPurple.uasset delete mode 100644 Content/Materials/Book/Materials/BC_Pink.uasset delete mode 100644 Content/Materials/Book/Materials/BC_Redly.uasset create mode 100644 Content/Materials/Substance_Imported/Substance_MainMaterial.uasset create mode 100644 Content/Materials/Substances/floor_tiles_01.sbsar create mode 100644 Content/Materials/Substances/floor_tiles_01.uasset create mode 100644 Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_BaseColor.png create mode 100644 Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_BaseColor.uasset create mode 100644 Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_Normal.png create mode 100644 Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_Normal.uasset create mode 100644 Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_OcclusionRoughnessMetallic.png create mode 100644 Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_OcclusionRoughnessMetallic.uasset create mode 100644 Content/models/WorldGridMaterial.uasset create mode 100644 Content/models/bookshelf.FBX create mode 100644 Content/models/bookshelf.uasset diff --git a/BookWorm.uproject b/BookWorm.uproject index b2336b5..a42878c 100644 --- a/BookWorm.uproject +++ b/BookWorm.uproject @@ -17,6 +17,11 @@ "Name": "GraphFormatter", "Enabled": true, "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/297159d6d3f4425b9c095b18a811a401" + }, + { + "Name": "Substance", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/2f6439c2f9584f49809d9b13b16c2ba4" } ] } \ No newline at end of file diff --git a/Content/Localization/Game/Game.csv b/Content/Localization/Game/Game.csv index 9b54632..b2bbfda 100644 --- a/Content/Localization/Game/Game.csv +++ b/Content/Localization/Game/Game.csv @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c946bfa91067e17cffc0bd2a18bfc7c5027e148c6e69253f22f00bdc57d8dfaa -size 108 +oid sha256:e6590584251f8d5e894b9059a81df0bdfd96095dfaec26df7fb8f80b0f4709fa +size 134 diff --git a/Content/Localization/Game/Game.locmeta b/Content/Localization/Game/Game.locmeta new file mode 100644 index 0000000..a2a22ad --- /dev/null +++ b/Content/Localization/Game/Game.locmeta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00da78cfc1a2f271ce0786d99480a14bf21001918db84916517eb5a60269092 +size 64 diff --git a/Content/Localization/Game/de-DE/Game.archive b/Content/Localization/Game/de-DE/Game.archive index fdd9afe..4182bac 100644 --- a/Content/Localization/Game/de-DE/Game.archive +++ b/Content/Localization/Game/de-DE/Game.archive @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7832ef4470d3b68d993850303abdaae127b1242fc91dfe73c0b43c45886334df -size 1294 +oid sha256:57555c6e086c26cb8459755749e7ad202cfb3c1eeb18eba1a3acc1c7f42ddf35 +size 1296 diff --git a/Content/Localization/Game/de-DE/Game.locres b/Content/Localization/Game/de-DE/Game.locres new file mode 100644 index 0000000..bd04fda --- /dev/null +++ b/Content/Localization/Game/de-DE/Game.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b10a032bbf2baf14ee169bd2200a84d5d3769f46071589dad494e7a2ed52cb3 +size 211 diff --git a/Content/Localization/Game/de-DE/Game.po b/Content/Localization/Game/de-DE/Game.po index f4d0f55..37594ea 100644 --- a/Content/Localization/Game/de-DE/Game.po +++ b/Content/Localization/Game/de-DE/Game.po @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a03bcd20514cfd54221ba7d225fe4a8eabe37290bafa6158c919c05bee9754b -size 950 +oid sha256:65430e28486bda674eec493b545c230c90d95086f28e965cbce751100533e88a +size 983 diff --git a/Content/Localization/Game/en/Game.locres b/Content/Localization/Game/en/Game.locres new file mode 100644 index 0000000..8ea61b4 --- /dev/null +++ b/Content/Localization/Game/en/Game.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b07142ed493872f2882d52afd32fe17c610da5fb8f2638e1d98ef923b381740 +size 203 diff --git a/Content/Localization/Game/en/Game.po b/Content/Localization/Game/en/Game.po index 6e18b34..a128557 100644 --- a/Content/Localization/Game/en/Game.po +++ b/Content/Localization/Game/en/Game.po @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:70b40f18ceda4daf0b8e7057e8f43a402a3122af54039ff3291abd758b3dfc99 -size 963 +oid sha256:1e2be5d67169b8dc4eead481f5dd20ecffcc7f335468be043786443d1f0a69ce +size 965 diff --git a/Content/MainLevels/TheLibrary.umap b/Content/MainLevels/TheLibrary.umap index 1870e1f..4dbd423 100644 --- a/Content/MainLevels/TheLibrary.umap +++ b/Content/MainLevels/TheLibrary.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e735921cdb9d27bb9bad63139c096daff29338d18a88992ffacfa20a60d7cc09 -size 31876 +oid sha256:2baccb24f59f6140560c3f287ff0d799c9b1ac94437065bb3bcbd75a899b64c4 +size 32357 diff --git a/Content/MainLevels/TheLibrary_BuiltData.uasset b/Content/MainLevels/TheLibrary_BuiltData.uasset new file mode 100644 index 0000000..a664d58 --- /dev/null +++ b/Content/MainLevels/TheLibrary_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95beea2043ded5e90624c5e48d4c6ab04fd6edb2ff08bb328cdca1baefd24aa0 +size 36262 diff --git a/Content/Materials/Book/CoverImages/MasterCover.uasset b/Content/Materials/Book/CoverImages/MasterCover.uasset index 702566c..3895625 100644 --- a/Content/Materials/Book/CoverImages/MasterCover.uasset +++ b/Content/Materials/Book/CoverImages/MasterCover.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d527804eb817a465f483fa0bf93686e18453d8fa562cc96eeb65b8202b40725 -size 115095 +oid sha256:ce52156dc3051eaec3e885f02008daa86a1a9e2edf679790d1507f41f5b3f164 +size 115586 diff --git a/Content/Materials/Book/Materials/BC_Black.uasset b/Content/Materials/Book/Materials/BC_Black.uasset deleted file mode 100644 index a9673db..0000000 --- a/Content/Materials/Book/Materials/BC_Black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abfe9715c796e0bfd79dcd0a0ff39aace818860d48629fff91ead918479856d3 -size 92213 diff --git a/Content/Materials/Book/Materials/BC_Blue.uasset b/Content/Materials/Book/Materials/BC_Blue.uasset deleted file mode 100644 index 1525a7e..0000000 --- a/Content/Materials/Book/Materials/BC_Blue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1283997d21fa3b67c4bb64d83370b512bae776a4f253dbb5c68d4b7605fac209 -size 110659 diff --git a/Content/Materials/Book/Materials/BC_Brown.uasset b/Content/Materials/Book/Materials/BC_Brown.uasset deleted file mode 100644 index 8b5d294..0000000 --- a/Content/Materials/Book/Materials/BC_Brown.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f309f50dbdd0d8cc22f6154e540a2ce50835fbad896bfca58cfae46319ba0e1 -size 111228 diff --git a/Content/Materials/Book/Materials/BC_Cyan.uasset b/Content/Materials/Book/Materials/BC_Cyan.uasset deleted file mode 100644 index bcf0554..0000000 --- a/Content/Materials/Book/Materials/BC_Cyan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ff2086b39b369f80c38850cab4625219ce4f4b0d809046a9f5fcd47fcff3e68 -size 111639 diff --git a/Content/Materials/Book/Materials/BC_DarkBlue.uasset b/Content/Materials/Book/Materials/BC_DarkBlue.uasset deleted file mode 100644 index e077c65..0000000 --- a/Content/Materials/Book/Materials/BC_DarkBlue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ea7d9fbada87b57692956707e30e7c1ea6361d3d6b68d8fc3349c87ba414f07 -size 112555 diff --git a/Content/Materials/Book/Materials/BC_DarkGreen.uasset b/Content/Materials/Book/Materials/BC_DarkGreen.uasset deleted file mode 100644 index e5d0b65..0000000 --- a/Content/Materials/Book/Materials/BC_DarkGreen.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e4f750de380d1fb007cc11f19ba148b6106b8426359ea6cc7676fcfdf2c45ea -size 107787 diff --git a/Content/Materials/Book/Materials/BC_DarkishRed.uasset b/Content/Materials/Book/Materials/BC_DarkishRed.uasset deleted file mode 100644 index 029f4e5..0000000 --- a/Content/Materials/Book/Materials/BC_DarkishRed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29bc35764582649835a1856198c3e62d40e9b7c04c24563cae8574a9ad42cf76 -size 114416 diff --git a/Content/Materials/Book/Materials/BC_OtherPurple.uasset b/Content/Materials/Book/Materials/BC_OtherPurple.uasset deleted file mode 100644 index e8d4278..0000000 --- a/Content/Materials/Book/Materials/BC_OtherPurple.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b50a4cdd8e959e79c66421e2d50ca3095f29511d8f8bb418ac2cfef7c107f3e -size 111295 diff --git a/Content/Materials/Book/Materials/BC_Pink.uasset b/Content/Materials/Book/Materials/BC_Pink.uasset deleted file mode 100644 index ddaab38..0000000 --- a/Content/Materials/Book/Materials/BC_Pink.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b58fa9a240f395aaafde4f407f0aac4d8baabb2b3afdfbec4498a42cae9cbc8 -size 110686 diff --git a/Content/Materials/Book/Materials/BC_Redly.uasset b/Content/Materials/Book/Materials/BC_Redly.uasset deleted file mode 100644 index ae44ca6..0000000 --- a/Content/Materials/Book/Materials/BC_Redly.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02af6f29f69f88f0c4da6328bdb3652a842bfa46675f3985a94ce60ed49f28a5 -size 105451 diff --git a/Content/Materials/Book/Materials/MasterBookColor.uasset b/Content/Materials/Book/Materials/MasterBookColor.uasset index 9b9b8f8..2116b37 100644 --- a/Content/Materials/Book/Materials/MasterBookColor.uasset +++ b/Content/Materials/Book/Materials/MasterBookColor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dea985da6d83e72ef011eaaadc2f3a53456428018ad98f62a423c9a11e3582fa -size 128847 +oid sha256:7ccee9742f1f4da3a42004d5be94c8a20b4a8c7a4944caa20edc11ca3ade973b +size 129029 diff --git a/Content/Materials/Substance_Imported/Substance_MainMaterial.uasset b/Content/Materials/Substance_Imported/Substance_MainMaterial.uasset new file mode 100644 index 0000000..bfe14c9 --- /dev/null +++ b/Content/Materials/Substance_Imported/Substance_MainMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a037b1c4cbeb3498d9ad123370276cbb334344c0898ed60a688bafb1a66077 +size 118663 diff --git a/Content/Materials/Substances/floor_tiles_01.sbsar b/Content/Materials/Substances/floor_tiles_01.sbsar new file mode 100644 index 0000000..eb658cf --- /dev/null +++ b/Content/Materials/Substances/floor_tiles_01.sbsar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebd961d6a308ab1a418dce975d20181ff93bb6f81ab9607f94a0f8594d1b582 +size 124505873 diff --git a/Content/Materials/Substances/floor_tiles_01.uasset b/Content/Materials/Substances/floor_tiles_01.uasset new file mode 100644 index 0000000..e6db50a --- /dev/null +++ b/Content/Materials/Substances/floor_tiles_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1548264b03a0409aa5347b95d77561055eefec52de3ef9f85c269b8be9269191 +size 318778663 diff --git a/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_BaseColor.png b/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_BaseColor.png new file mode 100644 index 0000000..abbe3b1 --- /dev/null +++ b/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_BaseColor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0841fce89d69e45e888100e1df3d14d22ce6bbf505cdb0eacee91bd451121770 +size 3220409 diff --git a/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_BaseColor.uasset b/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_BaseColor.uasset new file mode 100644 index 0000000..06c014f --- /dev/null +++ b/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7f7d4c73058b0f4904d355ca2e3b44db462f071271e7820963b25b34b9ad90 +size 3965643 diff --git a/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_Normal.png b/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_Normal.png new file mode 100644 index 0000000..f811dc9 --- /dev/null +++ b/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_Normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7839705172b2959df84df4ab48d2846272a28f3aad8bf9e51bdd080fdebd87 +size 3960228 diff --git a/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_Normal.uasset b/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_Normal.uasset new file mode 100644 index 0000000..2cf136e --- /dev/null +++ b/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bd3676c27782d54bad281bc410f84f07ea974e98cea30c987565f135be98a6 +size 5121973 diff --git a/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_OcclusionRoughnessMetallic.png b/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_OcclusionRoughnessMetallic.png new file mode 100644 index 0000000..041931f --- /dev/null +++ b/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_OcclusionRoughnessMetallic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec647b86a277c1dd31e0b26c1c09a8206602df1903ef1e765cf54051d747cbe4 +size 2065809 diff --git a/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_OcclusionRoughnessMetallic.uasset b/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..5b09b25 --- /dev/null +++ b/Content/Materials/Textures/Shelf/bookshelf_WorldGridMaterial_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea43378fe358f0954fe7bbd52cde13fe44b8ec9d73963d3b49c134a3ec27f62 +size 2618774 diff --git a/Content/Translations/Mainmenu.uasset b/Content/Translations/Mainmenu.uasset index 4219d09..9190bc7 100644 --- a/Content/Translations/Mainmenu.uasset +++ b/Content/Translations/Mainmenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b455a2fe7d68f4a43e9babf46b274a41a40d35a90e8daf73cb98a066020eaabd +oid sha256:fd0842b07365208a419a2260a112cb46c5a4dda413ab225a4bd7b96dfaa981a4 size 1545 diff --git a/Content/blueprints/BPBookShelf.uasset b/Content/blueprints/BPBookShelf.uasset index 42a1d0f..6c8ef53 100644 --- a/Content/blueprints/BPBookShelf.uasset +++ b/Content/blueprints/BPBookShelf.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1c543407ff1c59b8fcc851c2aff4aea0d8d14d5659e30f4f3f38e708911b7c7 -size 311792 +oid sha256:a0c88377b46c72fb1e9ae843d26e2e4d08f16d84461ada0533b5fc7a6f61ea59 +size 325999 diff --git a/Content/blueprints/BP_CollectableBook.uasset b/Content/blueprints/BP_CollectableBook.uasset index c917066..28d14ab 100644 --- a/Content/blueprints/BP_CollectableBook.uasset +++ b/Content/blueprints/BP_CollectableBook.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:341663c50a50ad38751d0813dc1f65ce1da41a8c3f20e54e97e905c6c82a0304 -size 194828 +oid sha256:cf1d1448264e49ef6d0b518915e3f3352474647aaac8f5e11463e95eb3d82197 +size 220120 diff --git a/Content/blueprints/BookshelvActor.uasset b/Content/blueprints/BookshelvActor.uasset index 1bc9a64..6337982 100644 --- a/Content/blueprints/BookshelvActor.uasset +++ b/Content/blueprints/BookshelvActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af93a8f0906663ebd458f6a6a4ea9cf7db4e6cf80950878dafe27bdddeaccbf7 -size 119256 +oid sha256:18fedf10347797982e55c5ba95bd4ecf469cad91096b5b1264cfcdb59feaac3e +size 119565 diff --git a/Content/models/Box_Brush2_StaticMesh.uasset b/Content/models/Box_Brush2_StaticMesh.uasset index 7b79655..22e3e65 100644 --- a/Content/models/Box_Brush2_StaticMesh.uasset +++ b/Content/models/Box_Brush2_StaticMesh.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95d565b7a6520a2004d4c59ae9990bb759aea73d024cfbe7b9ef233dd7fb961f -size 106623 +oid sha256:a8584a85e989c155678b69738f7117b63dc75b3f42e50c52fa0e96106dace056 +size 1057 diff --git a/Content/models/WorldGridMaterial.uasset b/Content/models/WorldGridMaterial.uasset new file mode 100644 index 0000000..3e8fd65 --- /dev/null +++ b/Content/models/WorldGridMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd342821de274555541bb2ca9708310aae1d0a5beb197ee8157d73881f869c1 +size 1027 diff --git a/Content/models/bookshelf.FBX b/Content/models/bookshelf.FBX new file mode 100644 index 0000000..fa7cfb9 --- /dev/null +++ b/Content/models/bookshelf.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45526eb7b5c02be844975ef0053d717896aad1d40bd7ea65784b5b9fd47ea8e5 +size 36640 diff --git a/Content/models/bookshelf.uasset b/Content/models/bookshelf.uasset new file mode 100644 index 0000000..14c170f --- /dev/null +++ b/Content/models/bookshelf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5872e28486398360a6c244be3e5b2cb6d832a4b6a1c8a630090c8f54dc0be7f7 +size 112209