Cranberry/dirt.gd

6 lines
74 B
GDScript

extends Sprite
func _ready():
randomize()
frame = int(rand_range(0,7))