add taquin scene
This commit is contained in:
parent
f46aa08a21
commit
5503d1e735
4 changed files with 36 additions and 3 deletions
15
game/src/Taquin.gd
Normal file
15
game/src/Taquin.gd
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue