17 lines
220 B
GDScript
17 lines
220 B
GDScript
extends TextureRect
|
|
|
|
class_name MapIndex
|
|
signal click(scene_id:String)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func _on_linyi_pressed() -> void:
|
|
pass # Replace with function body.
|
|
|
|
|
|
func _on_jining_pressed() -> void:
|
|
pass # Replace with function body.
|