#Updating to 4.3 caused a glitch with get_gravity()
3 messages · Page 1 of 1 (latest)
Yes, your function has the same name as the engine method: https://docs.godotengine.org/en/stable/classes/class_physicsbody2d.html#class-physicsbody2d-method-get-gravity
Godot Engine documentation
Inherits: CollisionObject2D< Node2D< CanvasItem< Node< Object Inherited By: CharacterBody2D, RigidBody2D, StaticBody2D Abstract base class for 2D game objects affected by physics. Description: Phys...
Thank you !