5 lines
51 B
GDScript
5 lines
51 B
GDScript
extends Item
|
|
|
|
func _init():
|
|
shape = [[true,true]]
|
extends Item
|
|
|
|
func _init():
|
|
shape = [[true,true]]
|