mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 06:09:46 +03:00
Remove trailing space characters in the formatting script
This commit is contained in:
@@ -13,5 +13,5 @@ func _physics_process(delta):
|
||||
var d = sin(accum)
|
||||
var xf = Transform2D()
|
||||
|
||||
xf[2]= motion * d
|
||||
xf[2]= motion * d
|
||||
($Platform as RigidBody2D).transform = xf
|
||||
|
||||
Reference in New Issue
Block a user