![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Hade_dev |
like edit them with out mentioning the path of it just the array
var buttons = [$play,$settings,$quit]
func _ready():
buttons.remove[0]
buttons.modulate = Color(1,1,1,1)
it will color all the buttons white except the play button
this is just an example i know i can use the focus thingy
how to properly code this?(making a list of nodes, removing a certain node,then editing the entire list with one line)