challenge-editor/class/map/map_class.gd

17 lines
220 B
GDScript3
Raw Normal View History

2024-09-21 17:51:05 +08:00
extends TextureRect
2024-09-21 11:52:44 +08:00
2024-09-21 17:51:05 +08:00
class_name MapIndex
2024-09-21 11:52:44 +08:00
signal click(scene_id:String)
2024-09-21 17:51:05 +08:00
2024-09-21 11:52:44 +08:00
func _on_linyi_pressed() -> void:
pass # Replace with function body.
func _on_jining_pressed() -> void:
pass # Replace with function body.