Add more things

This commit is contained in:
Signal 2025-09-17 01:12:02 -04:00
parent be2262fa17
commit d6662e8094
26 changed files with 565 additions and 26 deletions

View file

@ -1,10 +1,18 @@
rgt_realms = {
realms = {
void = {
name = "void",
label = "Void",
sky = {
type = "plain",
base_color = "#000"
}
},
surface = {
name = "surface",
label = "Surface",
max = vector.new(-31000, -5000, -31000),
min = vector.new(31000, 1000, 31000)
}
}
}