Skip to content

Commit

Permalink
feat(arcade) location change
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchel committed Sep 6, 2023
1 parent f1c8d45 commit fe42542
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ Config.TokenPrice = "5"
Config.PaymentType = "cash" -- WIP

Config.Zones = {
vector3(-1654.7384033203, -1063.3900146484, 12.160423278809)
vector3(-1290.31, -298.4, 36.05),
vector3(-1291.52, -300.7, 36.05)
}

Config.blip = {
coords = vector3(-1655.7844238281, -1066.8046875, 12.160425186157),
coords = vector3(-1291.52, -300.7, 36.05),
label = "Arcade",
sprite = 484,
color = 0,
Expand Down
2 changes: 1 addition & 1 deletion locales/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local Translations = {
arcade = "Arcade cabinet",
special = "Special button!",

purchase_token = "Purchase token | Price %s",
purchase_token = "Purchase token | Price $ %s",
amount = "Amount",
},

Expand Down
2 changes: 1 addition & 1 deletion locales/nl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local Translations = {
arcade = "Arcade kast",
special = "Speciale knop",

purchase_token = "Koop token | Prijs: %s",
purchase_token = "Koop token | Prijs: %s",
amount = "Aantal",
},

Expand Down

0 comments on commit fe42542

Please sign in to comment.