feat: added meters, changed colors, removed unnecessary comments
This commit is contained in:
@@ -7,9 +7,12 @@ local DEFAULT_CONFIG = {
|
||||
black = 0,
|
||||
light_grey = 13,
|
||||
dark_grey = 14,
|
||||
red = 2,
|
||||
green = 6,
|
||||
blue = 9,
|
||||
item = 12
|
||||
white = 12,
|
||||
item = 12,
|
||||
meter_bg = 12
|
||||
},
|
||||
player = {
|
||||
sprite_id = 1
|
||||
|
||||
Reference in New Issue
Block a user