meat_madness_redux/godot/assets/meat_creek/creek_platform.gd

5 lines
65 B
GDScript3
Raw Normal View History

2022-12-17 11:21:28 -07:00
extends Spatial
func _ready():
rotate_y(rand_range(0, 2 * PI))