mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 18:35:10 +02:00
Fix rasterization
This commit is contained in:
parent
d0db0d66f4
commit
3fb1438f93
@ -20,11 +20,10 @@ contract Rocketeer is ERC721Tradable {
|
|||||||
ERC721Tradable("Rocketeer", "RCT", _proxyRegistryAddress)
|
ERC721Tradable("Rocketeer", "RCT", _proxyRegistryAddress)
|
||||||
{
|
{
|
||||||
|
|
||||||
spawnRocketeer( owner() );
|
|
||||||
// Birth the genesis Rocketeers
|
// Birth the genesis Rocketeers
|
||||||
// for( uint i=0; i < 50; i++ ) {
|
for( uint i=0; i < 50; i++ ) {
|
||||||
// spawnRocketeer( owner() );
|
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 |
Loading…
x
Reference in New Issue
Block a user