Skip to content

Commit

Permalink
Changed outline colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mkargus committed Sep 24, 2024
1 parent a6cdb07 commit 333b512
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Util/Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ local Constants = {}
----------------------------------------
Constants.PLUGIN_BUTTON_ICON = 'rbxassetid://5768049797'

Constants.OUTLINE_COLOR_ALLOW = Color3.fromRGB(67, 160, 71)
Constants.OUTLINE_COLOR_WARNING = Color3.fromRGB(255, 235, 59)
Constants.OUTLINE_COLOR_ERROR = Color3.fromRGB(229, 57, 53)
Constants.OUTLINE_COLOR_ALLOW = Color3.fromRGB(56, 142, 60)
Constants.OUTLINE_COLOR_WARNING = Color3.fromRGB(245, 124, 0)
Constants.OUTLINE_COLOR_ERROR = Color3.fromRGB(211, 47, 47)

----------------------------------------
-- Update Checking
Expand All @@ -25,7 +25,7 @@ Constants.MATERIAL_GRID_SIZE = UDim2.fromOffset(50, 50)

Constants.MATERIALS_TABLE = {
{ enum = Enum.Material.Air, img = 'mtrl_air.png' },
{ enum = Enum.Material.Asphalt, img = '/mtrl_asphalt.png' },
{ enum = Enum.Material.Asphalt, img = 'mtrl_asphalt.png' },
{ enum = Enum.Material.Basalt, img = 'mtrl_basalt.png' },
{ enum = Enum.Material.Brick, img = 'mtrl_brick.png' },
{ enum = Enum.Material.Cobblestone, img = 'mtrl_cobblestone.png' },
Expand Down

0 comments on commit 333b512

Please sign in to comment.