meat_madness_redux/godot/tests/ground_squish/Plane.gd

5 lines
131 B
GDScript3
Raw Normal View History

2022-11-27 13:31:09 -07:00
extends MeshInstance
func _process(_delta):
2022-12-29 14:09:36 -07:00
get_active_material(0).set_shader_param("player_pos", Util.player.camera_position())