Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-12-04 22:02:35 +01:00
parent 17f94a8b4f
commit e4f01ce829
21 changed files with 315 additions and 145 deletions

View File

@@ -193,7 +193,7 @@ An Animation resource contains data used to animate everything in the engine. An
::
# This creates an animation that makes the node "Enemy" move to the right by
# 100 pixels in 1 second.
# 100 pixels in 1 second.
var animation = Animation.new()
var track_index = animation.add_track(Animation.TYPE_VALUE)
animation.track_set_path(track_index, "Enemy:position.x")