From 4e0a538169ca60fbfbdba7a9af6467fc494bfb9a Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 15 Apr 2021 19:31:04 -0400 Subject: [PATCH 1/5] Fix clock globe turning backwards. - [nbClockGlobe_(Entire Animation)_anim_0] Add two more keyframes to the animation to ensure the globe turns in the same direction at all times. --- compiled/dat/Neighborhood_District_nb01.prp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiled/dat/Neighborhood_District_nb01.prp b/compiled/dat/Neighborhood_District_nb01.prp index 74b1d1de..449d3cf4 100644 --- a/compiled/dat/Neighborhood_District_nb01.prp +++ b/compiled/dat/Neighborhood_District_nb01.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78eebf0e47ba557c8c3ae3638970b6c448e3fcee6ea7b8f649ab85849a296bcf -size 7131465 +oid sha256:ae77739bd182af1bbc68de967ee2cf618917bb92b19fda28d5aa8f1368ce4463 +size 7131501 From ac59ffdcdf8287ecfcdb22cbc4bd05b036c4a6af Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 16 Apr 2021 22:00:48 -0500 Subject: [PATCH 2/5] Fix half offset issue in Neighborhood clock. - [nbClockGlobe_(Entire Animation)_anim_0] Rotated all keyframes such that the animation starts and stops at 0/25 instead of the first half pahrtahvotee. Propogated this half p adjustment to all other keyframes. - [Map #2266_anim_nb01TimeOfDay] Fixed layer offset keyframes such that the animation starts and stops at 0/25 instead of the first half pahrtahvotee. --- compiled/dat/Neighborhood_District_nb01.prp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiled/dat/Neighborhood_District_nb01.prp b/compiled/dat/Neighborhood_District_nb01.prp index 449d3cf4..20aecec2 100644 --- a/compiled/dat/Neighborhood_District_nb01.prp +++ b/compiled/dat/Neighborhood_District_nb01.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae77739bd182af1bbc68de967ee2cf618917bb92b19fda28d5aa8f1368ce4463 +oid sha256:90c2d0a5ab9352981ca09e436dad2243c9ca7500f1be56ec04d644e7b30bfc03 size 7131501 From d9b398c64f5e0114556a25a5d4442db4ab52f97c Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 16 Apr 2021 22:53:40 -0500 Subject: [PATCH 3/5] Update Neighborhood clock textures. - [Layer #2267] Changed the texture to the new cube map. - [nb01clockrefl*0.hsm] Newly rendered cube map for the clock lens. - [nb01clocknumbers*40#0.hsm] Updated to use the 2048x128 source image from the MOUL textures dump instead of the resized 1024x128 version from Plasma MAX. This increases the clarity of the numbers in the lens. --- compiled/dat/Neighborhood_District_Textures.prp | 4 ++-- compiled/dat/Neighborhood_District_nb01.prp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compiled/dat/Neighborhood_District_Textures.prp b/compiled/dat/Neighborhood_District_Textures.prp index a78fa503..d8a13a47 100644 --- a/compiled/dat/Neighborhood_District_Textures.prp +++ b/compiled/dat/Neighborhood_District_Textures.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:919b0840db77072653fe69f3d76fe221d4bfba0595734216939e2edd95028c18 -size 45624090 +oid sha256:816e541b6d46e4f30bf65554a914d6b650caf58705a6ef5b0fdb921b845bdc42 +size 45973942 diff --git a/compiled/dat/Neighborhood_District_nb01.prp b/compiled/dat/Neighborhood_District_nb01.prp index 20aecec2..fc6e1aab 100644 --- a/compiled/dat/Neighborhood_District_nb01.prp +++ b/compiled/dat/Neighborhood_District_nb01.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90c2d0a5ab9352981ca09e436dad2243c9ca7500f1be56ec04d644e7b30bfc03 +oid sha256:80997faf03a948704fe9359c3829af11a34a7e9adfe4845479504ff0b079d2d6 size 7131501 From c78dea92ac59dcec5f951931279562a0145bbd93 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 17 Apr 2021 11:53:33 -0500 Subject: [PATCH 4/5] Fix cross-page references in Neighborhood. The previous commit apparently reordered the key IDs in the Textures PRP, so this commit should bring everyone else up to date. --- compiled/dat/Neighborhood_District_BuiltIn.prp | 2 +- compiled/dat/Neighborhood_District_Classroom.prp | 4 ++-- compiled/dat/Neighborhood_District_CommonRoom.prp | 4 ++-- compiled/dat/Neighborhood_District_PrivateRm.prp | 4 ++-- compiled/dat/Neighborhood_District_nb01Ayhoheek5Man1Dead.prp | 4 ++-- compiled/dat/Neighborhood_District_nb01Ayhoheek5Man1State.prp | 4 ++-- compiled/dat/Neighborhood_District_nb01BahroPedestalShout.prp | 2 +- compiled/dat/Neighborhood_District_nb01ClockInfoSheetDlg.prp | 2 +- compiled/dat/Neighborhood_District_nb01DniPaper.prp | 2 +- compiled/dat/Neighborhood_District_nb01HNYVis.prp | 4 ++-- compiled/dat/Neighborhood_District_nb01LinkBookDelin.prp | 4 ++-- .../dat/Neighborhood_District_nb01LinkBookGarrisonVis.prp | 4 ++-- .../dat/Neighborhood_District_nb01LinkBookTeledahnVis.prp | 4 ++-- compiled/dat/Neighborhood_District_nb01LinkBookTsogal.prp | 4 ++-- compiled/dat/Neighborhood_District_nb01LiveAdditions.prp | 4 ++-- 15 files changed, 26 insertions(+), 26 deletions(-) diff --git a/compiled/dat/Neighborhood_District_BuiltIn.prp b/compiled/dat/Neighborhood_District_BuiltIn.prp index 07adbecf..28940c31 100644 --- a/compiled/dat/Neighborhood_District_BuiltIn.prp +++ b/compiled/dat/Neighborhood_District_BuiltIn.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18880f6a5c57ffdf5d3345789b98a32662374d05fff4337eb31d46f4690b94ed +oid sha256:f803accc778dd1afa2b3590ce6c1c48cb4b71c40a1285a48c1ae55fb87aabb7e size 332 diff --git a/compiled/dat/Neighborhood_District_Classroom.prp b/compiled/dat/Neighborhood_District_Classroom.prp index 032f5632..d75edc0c 100644 --- a/compiled/dat/Neighborhood_District_Classroom.prp +++ b/compiled/dat/Neighborhood_District_Classroom.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83b8595d43355078d74aed18c42f0a8f0b1d9131d11d02d0e6e6c360dbef2c8a -size 842427 +oid sha256:b2c1ba383e569113fdda583b7d199b238125003c189a9b761104633af53e5fd0 +size 830852 diff --git a/compiled/dat/Neighborhood_District_CommonRoom.prp b/compiled/dat/Neighborhood_District_CommonRoom.prp index ab3690b6..95b6fdb0 100644 --- a/compiled/dat/Neighborhood_District_CommonRoom.prp +++ b/compiled/dat/Neighborhood_District_CommonRoom.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfa3a81815843f42519d0a2ce1f10d97396afbb627c2b4ea7d0b91c0997330e8 -size 673947 +oid sha256:9a831f255a6d36e6985bf4daba806c07e164d41d46bd645c730851023ef5f2bd +size 655237 diff --git a/compiled/dat/Neighborhood_District_PrivateRm.prp b/compiled/dat/Neighborhood_District_PrivateRm.prp index 66c183bb..ba1fec47 100644 --- a/compiled/dat/Neighborhood_District_PrivateRm.prp +++ b/compiled/dat/Neighborhood_District_PrivateRm.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2ab73823744e2a081147cbd33dff3a04f7ec3272fd7bb34f95e457113a8a576 -size 1433125 +oid sha256:4945d0bf91ff84cdfec4ea7c827603da679b1e1a73dc5c3138a28c514c634272 +size 1385815 diff --git a/compiled/dat/Neighborhood_District_nb01Ayhoheek5Man1Dead.prp b/compiled/dat/Neighborhood_District_nb01Ayhoheek5Man1Dead.prp index 8f30cda8..60cd409c 100644 --- a/compiled/dat/Neighborhood_District_nb01Ayhoheek5Man1Dead.prp +++ b/compiled/dat/Neighborhood_District_nb01Ayhoheek5Man1Dead.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7fd9bb72803910e3e40bc70ea3f95d031dd603ed04e5a613e0d7c0f8de7d5032 -size 914459 +oid sha256:617043dba700670a9a1c1316ebfca64669350e54d52bf964973b6fb5cea62b6e +size 889329 diff --git a/compiled/dat/Neighborhood_District_nb01Ayhoheek5Man1State.prp b/compiled/dat/Neighborhood_District_nb01Ayhoheek5Man1State.prp index 9b960f66..c962c2f3 100644 --- a/compiled/dat/Neighborhood_District_nb01Ayhoheek5Man1State.prp +++ b/compiled/dat/Neighborhood_District_nb01Ayhoheek5Man1State.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:320fd854e39bc88b0f9f23461988465d40cef0afff1fc6d14d5b02793d3f88af -size 2036448 +oid sha256:cc90fec6b73b8db54b0ac2595d80c33376bd352722fd9bf3380baf64831af3ae +size 2015326 diff --git a/compiled/dat/Neighborhood_District_nb01BahroPedestalShout.prp b/compiled/dat/Neighborhood_District_nb01BahroPedestalShout.prp index fa2145de..8cbdc819 100644 --- a/compiled/dat/Neighborhood_District_nb01BahroPedestalShout.prp +++ b/compiled/dat/Neighborhood_District_nb01BahroPedestalShout.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b33207391810bd12b1c313b4a66747ec971192a031a6b18f26afbb9553490d5 +oid sha256:79936856730f7d7e3222beaaeff09f41c76fa684998b448d26e02cad4daa229d size 294051 diff --git a/compiled/dat/Neighborhood_District_nb01ClockInfoSheetDlg.prp b/compiled/dat/Neighborhood_District_nb01ClockInfoSheetDlg.prp index c41d795b..86e8017b 100644 --- a/compiled/dat/Neighborhood_District_nb01ClockInfoSheetDlg.prp +++ b/compiled/dat/Neighborhood_District_nb01ClockInfoSheetDlg.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbfdf455b644838decb532aea279d99889d47ff30a4bd4d1daa8bfb0d324dd62 +oid sha256:c27517780d8f14b197fdfc501006a7b84a2eab23f9710279ae2c45b810a8ecbd size 5500 diff --git a/compiled/dat/Neighborhood_District_nb01DniPaper.prp b/compiled/dat/Neighborhood_District_nb01DniPaper.prp index c05d0001..cbfcec42 100644 --- a/compiled/dat/Neighborhood_District_nb01DniPaper.prp +++ b/compiled/dat/Neighborhood_District_nb01DniPaper.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9c82821484d6ef86b34b03852fdb055f7f0595386493e3fd5eab18d0902cbfc +oid sha256:4d16c2c75f4375ea451e6b139672c9dcfca453b019a7b8dfbfe1a5b51f6a3652 size 5173 diff --git a/compiled/dat/Neighborhood_District_nb01HNYVis.prp b/compiled/dat/Neighborhood_District_nb01HNYVis.prp index 2661e638..308dc373 100644 --- a/compiled/dat/Neighborhood_District_nb01HNYVis.prp +++ b/compiled/dat/Neighborhood_District_nb01HNYVis.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:154e6ea66692d8c4dd59eab3070b23ecdf19309dbc7d80dd59a04f429abf0ac7 -size 54884 +oid sha256:533279ef074ec85adc1e2fa386b060a0cfc137e0d2d444c22cd4be24ed56e4da +size 52496 diff --git a/compiled/dat/Neighborhood_District_nb01LinkBookDelin.prp b/compiled/dat/Neighborhood_District_nb01LinkBookDelin.prp index 487cd3ed..8f54908f 100644 --- a/compiled/dat/Neighborhood_District_nb01LinkBookDelin.prp +++ b/compiled/dat/Neighborhood_District_nb01LinkBookDelin.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99f0fe737739d9bbb50a487464c14df6d4b583fd73837f3a2a0b9eb544ec60bb -size 11359 +oid sha256:2aeaa3875ea49cc7667e166db076de7f7d87a06a0c2144cb1a392ea408616aa0 +size 10559 diff --git a/compiled/dat/Neighborhood_District_nb01LinkBookGarrisonVis.prp b/compiled/dat/Neighborhood_District_nb01LinkBookGarrisonVis.prp index 6a565f4b..0f298572 100644 --- a/compiled/dat/Neighborhood_District_nb01LinkBookGarrisonVis.prp +++ b/compiled/dat/Neighborhood_District_nb01LinkBookGarrisonVis.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a832c084c534419cb0fb4bddf7db7c2ac292672496fb220292365c3af385122 -size 14299 +oid sha256:2bc1e7db02e9b23daa4a2ae98e53c17d981d3774b6eb6076081cf6560aefeac5 +size 13491 diff --git a/compiled/dat/Neighborhood_District_nb01LinkBookTeledahnVis.prp b/compiled/dat/Neighborhood_District_nb01LinkBookTeledahnVis.prp index 82bbef3c..b4b9ac7d 100644 --- a/compiled/dat/Neighborhood_District_nb01LinkBookTeledahnVis.prp +++ b/compiled/dat/Neighborhood_District_nb01LinkBookTeledahnVis.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfe182c0a62634b17cdb673fa46f0efd6281a1badc2e188759fedfaf2e82985e -size 12321 +oid sha256:cce934c88d1358b5227e880a8971b180177cd73617080d665b4c9ee3c911fe11 +size 11521 diff --git a/compiled/dat/Neighborhood_District_nb01LinkBookTsogal.prp b/compiled/dat/Neighborhood_District_nb01LinkBookTsogal.prp index 6dbf647d..99cb606a 100644 --- a/compiled/dat/Neighborhood_District_nb01LinkBookTsogal.prp +++ b/compiled/dat/Neighborhood_District_nb01LinkBookTsogal.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1126fe07c73e3fb3f402c5717659d0da1a5204be52ef14fe2b93fda6e213144e -size 12381 +oid sha256:1ec0fdb22027ec2e60ea18b46695630816b73233856066cfd7bc5cfe070507f9 +size 11581 diff --git a/compiled/dat/Neighborhood_District_nb01LiveAdditions.prp b/compiled/dat/Neighborhood_District_nb01LiveAdditions.prp index 5a39c295..ace6552f 100644 --- a/compiled/dat/Neighborhood_District_nb01LiveAdditions.prp +++ b/compiled/dat/Neighborhood_District_nb01LiveAdditions.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:146f7820ce3a8461579f545b4b076e2d1473c9e2bef8792bbf78430d5158c777 -size 85355 +oid sha256:6da98acc98eee140cea657448e61e4bf17869479caa930651e5d7ca6fa8a2da3 +size 60353 From eb8355afc3440787978cf6170aca88eda8771193 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 17 Apr 2021 14:51:12 -0500 Subject: [PATCH 5/5] Add new sources for the Neighborhood clock cubemap. --- sources/textures/tga/Neighborhood/nb01ClockRefl_BK.tga | 3 --- sources/textures/tga/Neighborhood/nb01ClockRefl_DN.tga | 3 --- sources/textures/tga/Neighborhood/nb01ClockRefl_FR.tga | 3 --- sources/textures/tga/Neighborhood/nb01ClockRefl_LF.tga | 3 --- sources/textures/tga/Neighborhood/nb01ClockRefl_RT.tga | 3 --- sources/textures/tga/Neighborhood/nb01ClockRefl_UP.tga | 3 --- sources/textures/tga/Neighborhood/nb01clockrefl_BK.png | 3 +++ sources/textures/tga/Neighborhood/nb01clockrefl_DN.png | 3 +++ sources/textures/tga/Neighborhood/nb01clockrefl_FR.png | 3 +++ sources/textures/tga/Neighborhood/nb01clockrefl_LF.png | 3 +++ sources/textures/tga/Neighborhood/nb01clockrefl_RT.png | 3 +++ sources/textures/tga/Neighborhood/nb01clockrefl_UP.png | 3 +++ 12 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 sources/textures/tga/Neighborhood/nb01ClockRefl_BK.tga delete mode 100644 sources/textures/tga/Neighborhood/nb01ClockRefl_DN.tga delete mode 100644 sources/textures/tga/Neighborhood/nb01ClockRefl_FR.tga delete mode 100644 sources/textures/tga/Neighborhood/nb01ClockRefl_LF.tga delete mode 100644 sources/textures/tga/Neighborhood/nb01ClockRefl_RT.tga delete mode 100644 sources/textures/tga/Neighborhood/nb01ClockRefl_UP.tga create mode 100644 sources/textures/tga/Neighborhood/nb01clockrefl_BK.png create mode 100644 sources/textures/tga/Neighborhood/nb01clockrefl_DN.png create mode 100644 sources/textures/tga/Neighborhood/nb01clockrefl_FR.png create mode 100644 sources/textures/tga/Neighborhood/nb01clockrefl_LF.png create mode 100644 sources/textures/tga/Neighborhood/nb01clockrefl_RT.png create mode 100644 sources/textures/tga/Neighborhood/nb01clockrefl_UP.png diff --git a/sources/textures/tga/Neighborhood/nb01ClockRefl_BK.tga b/sources/textures/tga/Neighborhood/nb01ClockRefl_BK.tga deleted file mode 100644 index 7c79e241..00000000 --- a/sources/textures/tga/Neighborhood/nb01ClockRefl_BK.tga +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03d6e026e8b5b549da76ffb7d9c2b989160a3e3640d7caf2650287e0b0db6ab9 -size 16428 diff --git a/sources/textures/tga/Neighborhood/nb01ClockRefl_DN.tga b/sources/textures/tga/Neighborhood/nb01ClockRefl_DN.tga deleted file mode 100644 index 0c638e53..00000000 --- a/sources/textures/tga/Neighborhood/nb01ClockRefl_DN.tga +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70e732d05c43e601d2ec72770d2154acff7863f3c71b63c3e6f798e78b11dfff -size 16428 diff --git a/sources/textures/tga/Neighborhood/nb01ClockRefl_FR.tga b/sources/textures/tga/Neighborhood/nb01ClockRefl_FR.tga deleted file mode 100644 index 996ee321..00000000 --- a/sources/textures/tga/Neighborhood/nb01ClockRefl_FR.tga +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90370fa1e1a2ec4b7251240d2b6fb9863915f97d0aa47ae202153c15b76cad2c -size 16428 diff --git a/sources/textures/tga/Neighborhood/nb01ClockRefl_LF.tga b/sources/textures/tga/Neighborhood/nb01ClockRefl_LF.tga deleted file mode 100644 index 598ac31a..00000000 --- a/sources/textures/tga/Neighborhood/nb01ClockRefl_LF.tga +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0552770770fcbffc4a935f72661528c9571b6128309706b254c27f7dc02ca80e -size 16428 diff --git a/sources/textures/tga/Neighborhood/nb01ClockRefl_RT.tga b/sources/textures/tga/Neighborhood/nb01ClockRefl_RT.tga deleted file mode 100644 index 4c7ec0c3..00000000 --- a/sources/textures/tga/Neighborhood/nb01ClockRefl_RT.tga +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:401fb9aa2419d92e84a34918e24732d7270acb0345c319c1554d5ea30e647c01 -size 16428 diff --git a/sources/textures/tga/Neighborhood/nb01ClockRefl_UP.tga b/sources/textures/tga/Neighborhood/nb01ClockRefl_UP.tga deleted file mode 100644 index ec821db7..00000000 --- a/sources/textures/tga/Neighborhood/nb01ClockRefl_UP.tga +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:606ea52a87941ca9563fa5ae7f9cb98ce09251cf0ac75cebf174c77dc4ae202f -size 16428 diff --git a/sources/textures/tga/Neighborhood/nb01clockrefl_BK.png b/sources/textures/tga/Neighborhood/nb01clockrefl_BK.png new file mode 100644 index 00000000..43ad2638 --- /dev/null +++ b/sources/textures/tga/Neighborhood/nb01clockrefl_BK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0c624b91b43104a84aab9060fb0f9c7fa06d0f86977b7d18b2a25421ee27f1 +size 2960978 diff --git a/sources/textures/tga/Neighborhood/nb01clockrefl_DN.png b/sources/textures/tga/Neighborhood/nb01clockrefl_DN.png new file mode 100644 index 00000000..313ecc3e --- /dev/null +++ b/sources/textures/tga/Neighborhood/nb01clockrefl_DN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de92e8faf2d3c85ca1740ed8da58fc3b4f0e2511e32cec76d8a31d432ed60a5 +size 2008130 diff --git a/sources/textures/tga/Neighborhood/nb01clockrefl_FR.png b/sources/textures/tga/Neighborhood/nb01clockrefl_FR.png new file mode 100644 index 00000000..51871bdb --- /dev/null +++ b/sources/textures/tga/Neighborhood/nb01clockrefl_FR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb02045b60c35e3abf9a3cc6392f4c30bd6a86e4f9e4394c3c2b821cf0cd447 +size 2738125 diff --git a/sources/textures/tga/Neighborhood/nb01clockrefl_LF.png b/sources/textures/tga/Neighborhood/nb01clockrefl_LF.png new file mode 100644 index 00000000..95beeeb2 --- /dev/null +++ b/sources/textures/tga/Neighborhood/nb01clockrefl_LF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec7d64487d1c62d77d15dc0744281468c6a1ce4e47cf2bc74536a152d7fc0c8 +size 3273428 diff --git a/sources/textures/tga/Neighborhood/nb01clockrefl_RT.png b/sources/textures/tga/Neighborhood/nb01clockrefl_RT.png new file mode 100644 index 00000000..656e323a --- /dev/null +++ b/sources/textures/tga/Neighborhood/nb01clockrefl_RT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5cbd8791c4c069c275915987d75778ce82858244bfe3e827d01225dd3dfef7c +size 3216639 diff --git a/sources/textures/tga/Neighborhood/nb01clockrefl_UP.png b/sources/textures/tga/Neighborhood/nb01clockrefl_UP.png new file mode 100644 index 00000000..1f25b6f1 --- /dev/null +++ b/sources/textures/tga/Neighborhood/nb01clockrefl_UP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32790838ae66571a1eb01c0ce1fc7449eeec8bc4807d88a182703c1c13dcfb47 +size 1223235