WIP: Metroidvania

This commit is contained in:
Felipe M 2021-01-26 23:04:34 +01:00
parent 4e3b2e4ac9
commit f456725cf2
Signed by: fmartingr
GPG key ID: 716BC147715E716F
116 changed files with 1998 additions and 0 deletions

View file

@ -0,0 +1,6 @@
extends Line2D
func _physics_process(delta):
var parent = get_parent()
$Motion.points[1].x = parent.motion.x/4
$Motion.points[1].y = parent.motion.y/4