Skip to content

Commit

Permalink
refactor(config): remove unused label field
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Nov 8, 2023
1 parent 64b980b commit 65db347
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Config.CopsChance = 0.5 -- The chance of the cops getting called when a coral ge
Config.OxygenLevel = 100 -- in seconds
Config.CoralLocations = {
{
label = "This is Location 1",
coords = {
Area = vec3(-2838.8, -376.1, 3.55),
Coral = {
Expand Down Expand Up @@ -41,7 +40,6 @@ Config.CoralLocations = {
TotalCoral = 4,
},
{
label = "Location 2",
coords = {
Area = vec3(-3288.2, -67.58, 2.79),
Coral = {
Expand Down Expand Up @@ -71,7 +69,6 @@ Config.CoralLocations = {
TotalCoral = 3,
},
{
label = "Location 3",
coords = {
Area = vec3(-3367.24, 1617.89, 1.39),
Coral = {
Expand Down Expand Up @@ -101,7 +98,6 @@ Config.CoralLocations = {
TotalCoral = 3,
},
{
label = "Location 4",
coords = {
Area = vec3(3002.5, -1538.28, -27.36),
Coral = {
Expand Down Expand Up @@ -131,7 +127,6 @@ Config.CoralLocations = {
TotalCoral = 3,
},
{
label = "Location 5",
coords = {
Area = vec3(3421.58, 1975.68, 0.86),
Coral = {
Expand Down Expand Up @@ -168,7 +163,6 @@ Config.CoralLocations = {
TotalCoral = 4,
},
{
label = "Location 6",
coords = {
Area = vec3(2720.14, -2136.28, 0.74),
Coral = {
Expand Down Expand Up @@ -205,7 +199,6 @@ Config.CoralLocations = {
TotalCoral = 4,
},
{
label = "Location 7",
coords = {
Area = vec3(536.69, 7253.75, 1.69),
Coral = {
Expand Down

0 comments on commit 65db347

Please sign in to comment.