challenge-editor/scene/new_scene/game_flow.gd

5 lines
348 B
GDScript3
Raw Normal View History

2024-12-09 19:59:45 +08:00
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