change PoolFloatArray to PoolRealArray in tscn files

This commit is contained in:
Jakub Grzesik
2017-07-26 18:32:08 +02:00
parent 194655c805
commit a282a85cb3
16 changed files with 157 additions and 157 deletions

View File

@@ -20,8 +20,8 @@ tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/keys = {
"times": PoolFloatArray( 0, 10 ),
"transitions": PoolFloatArray( 1, 1 ),
"times": PoolRealArray( 0, 10 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Vector3( 0, 0, 0 ), Vector3( 0, -360, 0 ) ]
}