godot_experiments/experiments/lcb.gd

6 lines
71 B
GDScript

extends Node3D
func _on_button_pressed():
print("LCB 按钮按下")