tetris-mobile/Shapes/TetrisShape.gd

7 lines
82 B
GDScript3
Raw Normal View History

2021-11-17 17:02:34 +01:00
extends Node2D
class_name TetrisShape
func get_blocks():
return get_children()