-
-
Notifications
You must be signed in to change notification settings - Fork 105
CardBackTexture
Divided by Zer0 edited this page Mar 9, 2022
·
4 revisions
This script should be attached to a card back which is using a simple texture as a card back and doesn't have any special animations
export var back_texture: StreamTexture = "[Object:null]"
var card_texture: Node
func set_card_back(filename) -> void