Files
Cranberry/dirt.gd
2021-07-27 22:23:57 +03:00

6 lines
74 B
GDScript

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