Update PRNGworldgenlib.js

This commit is contained in:
Alexthetransfem 2025-09-27 21:02:22 -05:00 committed by GitHub
parent de36f76e42
commit 92cf70cee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -152,3 +152,10 @@ elements.PRNGgenerate = {
}, "Enter seed:");
}
}
elements.view_seed = {
category: "tools",
onSelect: function(){
alert(seed);
selectElement("dirt");
}
}