Zylann / voxelgame

Voxel world prototype made with Godot Engine
Other
513 stars 84 forks source link

Too few arguments for paste call in generator.gd in blocky game #82

Closed ValorZard closed 3 years ago

ValorZard commented 3 years ago

Its line 166 in generator gd in the blocky game section. its expecting at least four arguments image

Zylann commented 3 years ago

This should be fixed now

Favkis commented 3 years ago

@Zylann hey I have same problem with latest version

Zylann commented 3 years ago

Did you update your copy of voxelgame? The function call was changed https://github.com/Zylann/voxelgame/blob/aa87dabbf16780c923c59e3dadd078d912e458c8/project/blocky_game/generator/generator.gd#L166-L167

Favkis commented 3 years ago

My bad, I used scripts from main addon download, not this one