Skip to content

Instantly share code, notes, and snippets.

@badosu
Created February 23, 2020 08:11
Show Gist options
  • Save badosu/f168724dbcae520f172d4a9377d74afb to your computer and use it in GitHub Desktop.
Save badosu/f168724dbcae520f172d4a9377d74afb to your computer and use it in GitHub Desktop.
var stoneGroup = new SimpleGroup(
new SimpleObject(oStoneLarge, 1, 1, 0, 4, 0, 0.25 * Math.PI, 4), true, clRock, [200, 200]
);
stoneGroup.place(0, avoidClasses(clForest, 1, clPlayer, 20, clMetal, 10, clRock, 5, clHill, 1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment