5 lines
75 B
GDScript3
5 lines
75 B
GDScript3
|
extends StaticBody3D
|
||
|
|
||
|
func grounded(src: Player):
|
||
|
src._is_grounded = true
|