Add more things
This commit is contained in:
parent
be2262fa17
commit
d6662e8094
26 changed files with 565 additions and 26 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue