summaryrefslogtreecommitdiffstats
path: root/world/monuments/Monument.gd (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-20Simplify and Fix Monument Codedusoleil1-10/+34
Simplify the monument chunks to just be a bounding box with the scene origin at the center. This allows us to automatically calculate the chunks with only the bounds provided. It also fixes the issues with scaling and rotation.
2022-09-20Add ability to add static monuments to the worlddusoleil1-0/+21