1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-26 01:24:19 +00:00
swear-jar/entity/coin_copper.gd

6 lines
96 B
GDScript3
Raw Normal View History

2023-09-30 20:53:38 +00:00
extends RigidBody2D
class CoinCopper
func _integrate_forces(state: PhysicsDirectBodyState2D):