TETRIS3000/Mino0.gd
adrienmalin 131e17975b Revert "clean up mess"
This reverts commit 80fb1421bdb043b13568f6cc41bc76d7f2e8c8a9.
2019-01-01 04:21:03 +01:00

16 lines
327 B
GDScript

extends MeshInstance
# class member variables go here, for example:
# var a = 2
# var b = "textvar"
func _ready():
# Called when the node is added to the scene for the first time.
# Initialization here
pass
#func _process(delta):
# # Called every frame. Delta is time since last frame.
# # Update game logic here.
# pass