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