challenge-editor/scene/new_scene/game_flow.gd
2024-12-09 19:59:45 +08:00

5 lines
348 B
GDScript

extends Control
@onready var texture_button:Array[TextureButton]=[$TextureRect5/TextureButton, $TextureRect6/TextureButton, $TextureRect7/TextureButton, $TextureRect8/TextureButton, $TextureRect9/TextureButton]
@onready var texture_rect:Array[TextureRect]=[$TextureRect5, $TextureRect6, $TextureRect7, $TextureRect8, $TextureRect9]
var normal_back