14 lines
154 B
GDScript
14 lines
154 B
GDScript
extends Node2D
|
|
|
|
|
|
signal display_finished
|
|
|
|
#
|
|
# 在展示界面使用
|
|
func toggle_card(start := true):
|
|
pass
|
|
|
|
|
|
func toggle_display(display := true):
|
|
pass
|