5 lines
82 B
GDScript
5 lines
82 B
GDScript
extends Node
|
|
|
|
|
|
func play_cg(cg_name: String) -> void:
|
|
print("play_cg: ", cg_name) |