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