OneAvargeCoder193
OneAvargeCoder193
Whenever I write make I keep getting this: mkdir -p ./bin export LD_PATH="-framework QuartzCore -framework Cocoa -framework Carbon -framework Metal -framework CoreFoundation -framework IOKit" cd lib/bx && make osx-arm64 make[1]:...
Should hopefully probably fix #498 and #496
 It causes very buggy terrain far out
This can be done by looping over all x and y values in a biome, and calculating the z values of where the biomes should start. The filling biome should...
This could help with creating nicer hills that don't have dirt/stone showing up at steep angles
Closes #1537 The main changes to the gui window code is that I made it use main.gui instead of `@import("../gui.zig")`; and i also use GuiComponent.Button instead of `@import("../components/Button.zig")` and the...