modify world generation rule

This commit is contained in:
2025-02-01 12:30:21 +08:00
parent 40fa44f936
commit 1a210382ae
4 changed files with 29 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ COLORS = {
"stone": (128, 128, 128),
"sand": (238, 232, 170),
"water": (0, 0, 255),
"bedrock": (0, 0, 0),
"player": (255, 0, 0)
}