7 lines
82 B
GDScript
7 lines
82 B
GDScript
extends Node2D
|
|
class_name TetrisShape
|
|
|
|
|
|
func get_blocks():
|
|
return get_children()
|