Skip to content

Commit d204e78

Browse files
committed
[misc] updated project files
1 parent a159fe8 commit d204e78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/editor/Windows/WorldSelector.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ namespace
9696
bool last_click_was_default = true;
9797

9898
// asset download configuration
99-
const char* assets_url = "https://www.dropbox.com/scl/fi/smuxbu77xai73j55gjq4p/project.7z?rlkey=nluwj98ebsseenyzzdjn0tm6v&dl=1";
99+
const char* assets_url = "https://www.dropbox.com/scl/fi/8y6ye2r2i3cr7bmaoskkh/project.7z?rlkey=gwdfz646puucadxqmuuff76qi&dl=1";
100100
const char* assets_destination = "project/project.7z";
101101
const char* assets_extract_dir = "project/";
102-
const char* assets_expected_sha = "5e6b6be5fb65a26d7c64739fd3f792c5c32dc2bad4fc9dbf01cbb29539784fd5";
102+
const char* assets_expected_sha = "30b392fbd8274b067fae155acac762e5ee9472a767fc25ec94c9a7fe6c6f95d5";
103103

104104
void scan_directory_recursive(const string& directory)
105105
{

0 commit comments

Comments
 (0)