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