This website requires JavaScript.
Explore
Help
Sign In
Relintai
/
broken_seals
Watch
1
Star
0
Fork
0
You've already forked broken_seals
mirror of
https://github.com/Relintai/broken_seals.git
synced
2024-11-13 20:47:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6cf52d15a5
broken_seals
/
game
/
addons
/
world_generator
History
Relintai
6cf52d15a5
Added size indicators to the world generator addon's rect editors to show how big a chunk is at the current zoom level.
2022-08-05 01:21:08 +02:00
..
raycast
Added a new WorldGenRaycast class, and now world generator will use this instead of a stack and stack index to make the data available to the generation methods. Also added local uv to it.
2022-02-19 10:41:33 +01:00
resources
Added an another layer to the world generator addon. Now subzones contain subzone props. Reworked the old subzones into these.
2022-08-05 00:27:03 +02:00
test
Moved the world_generator folder under scripts.
2022-02-12 20:06:13 +01:00
ui
Added size indicators to the world generator addon's rect editors to show how big a chunk is at the current zoom level.
2022-08-05 01:21:08 +02:00
widgets
Emit the zoom_changed signal in EditorZoomWidget when setting the zoom value through the zoom property.
2022-08-05 00:55:13 +02:00
plugin.cfg
Added a new world generator addon.
2021-12-21 21:25:35 +01:00
plugin.gd
Removed parent_positions from WorldGenBaseResources, and also removed the setup() method. I'ts better this way, as they are resources, and now they can be reused (even though the gui itself doesn't support it). Spawning code is also simpler.
2022-08-04 20:05:19 +02:00