add card Deck

This commit is contained in:
Fabien Freling 2021-12-06 23:10:39 +01:00
parent e135c75787
commit 5007d7aa2a
7 changed files with 189 additions and 39 deletions

16
Main.gd Normal file
View file

@ -0,0 +1,16 @@
extends Node
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass