6 lines
71 B
GDScript
6 lines
71 B
GDScript
extends Node3D
|
|
|
|
|
|
func _on_button_pressed():
|
|
print("LCB 按钮按下")
|