5 lines
63 B
GDScript
5 lines
63 B
GDScript
extends "Tetromino.gd"
|
|
|
|
func rotate(direction):
|
|
return false
|
|
|