Fix rasterization

This commit is contained in:
Mentor Palokaj 2021-10-30 13:02:25 +02:00
parent d0db0d66f4
commit 3fb1438f93
2 changed files with 1058 additions and 5352 deletions

View File

@ -20,11 +20,10 @@ contract Rocketeer is ERC721Tradable {
ERC721Tradable("Rocketeer", "RCT", _proxyRegistryAddress)
{
spawnRocketeer( owner() );
// Birth the genesis Rocketeers
// for( uint i=0; i < 50; i++ ) {
// spawnRocketeer( owner() );
// }
for( uint i=0; i < 50; i++ ) {
spawnRocketeer( owner() );
}
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.3 MiB

After

Width:  |  Height:  |  Size: 14 MiB