add taquin scene

This commit is contained in:
Fabien Freling 2019-11-21 00:25:53 +01:00
parent f46aa08a21
commit 5503d1e735
4 changed files with 36 additions and 3 deletions

15
game/src/Taquin.gd Normal file
View file

@ -0,0 +1,15 @@
extends Node2D
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
export var rows: int = 4
export var columns: int = 4
# 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