diff --git a/fs.gd b/fs.gd index 9d5a78d..451e84c 100644 --- a/fs.gd +++ b/fs.gd @@ -5,13 +5,13 @@ const btn_txr1: Texture2D = preload('res://grey.png') const btn_txr2: Texture2D = preload('res://blue.png') const btn_txr3: Texture2D = preload('res://red.png') -const BANDS: Array = [[400, 1200], - [1200, 2000], - [2000, 2800], - [2800, 3600], - [3600, 4400], - [4400, 5200], - [5200, 6000] +const BANDS: Array = [[370, 800], + [800, 1065], + [1065, 1180], + [1180, 1450], + [1450, 2000], + [2000, 3500], + [3500, 6000] ] const SECTORS: Array = [[314.5, 44.5], [44.5, 134.5],