summaryrefslogtreecommitdiffstats
path: root/world (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-21Add an example Dock to the worlddusoleil2-0/+8
2022-09-21Move new dock assets one directory updusoleil54-1130/+65
2022-09-21Merge tag 'pull-new-dock-asset' of ssh://normalmode.org/mika/game_jam49 into ↵dusoleil50-0/+3546
mika-pr Rework dock asset with textures and shape modification
2022-09-21Import and configure new dock, see messagemikatomik51-163/+3546
Think i accidentally deleted the original Dock.tscn and cant figure out how to get it back..? But the new dock_rework.tscn is meant to drop right in it's place
2022-09-20Incorporate new assets into the world gendusoleil13-231/+162
2022-09-20Simplify and Fix Monument Codedusoleil6-30/+41
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-20Billboard chunk coords for debuggingdusoleil2-0/+8
2022-09-20Merge remote-tracking branch 'mika/ship-development' into mika-assetsdusoleil15-0/+2902
2022-09-20Import and configure lighthouse monumentmikatomik21-0/+1685
2022-09-20Add more rock objectsmikatomik4-0/+2165
2022-09-20Import rock and texture for world generationmikatomik12-0/+737
2022-09-20Add ability to add static monuments to the worlddusoleil7-35/+294
2022-09-19Add Levels of Detail per Chunkdusoleil10-122/+143
2022-09-19Use MultiMesh to dramatically increase performance of generated worlddusoleil7-44/+66
2022-09-19Scale rocks based on noise and add a random rotationdusoleil1-8/+26
2022-09-18Organize World Gen Stuffdusoleil11-0/+397