mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Suggestion for alt row colours
This commit is contained in:
parent
b1ba8c96b2
commit
d19af679fb
|
@ -41,4 +41,5 @@ func _ready():
|
|||
for i in bios_line.size():
|
||||
table_line.set_text(i, bios_line[i])
|
||||
if table_line.get_index() % 2 == 1:
|
||||
table_line.set_custom_bg_color(i,Color(1, 1, 1, 0.1),false)
|
||||
table_line.set_custom_bg_color(i,Color(0.23, 0.54, 0, 1),false)
|
||||
table_line.set_custom_color(i,Color(1,1,1,1))
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue