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

@@ -27,8 +27,8 @@ tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/keys = {
"times": PoolFloatArray( 0, 4, 8, 12 ),
"transitions": PoolFloatArray( -2, -2, -2, -2 ),
"times": PoolRealArray( 0, 4, 8, 12 ),
"transitions": PoolRealArray( -2, -2, -2, -2 ),
"update": 0,
"values": [ Vector2( 159.289, 452.441 ), Vector2( 132.279, 80.4366 ), Vector2( 700.722, 241.27 ), Vector2( 429.392, 571.532 ) ]
}
@@ -44,8 +44,8 @@ tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/keys = {
"times": PoolFloatArray( 0, 4.1, 8.1, 11.8 ),
"transitions": PoolFloatArray( -2, -2, -2, -2 ),
"times": PoolRealArray( 0, 4.1, 8.1, 11.8 ),
"transitions": PoolRealArray( -2, -2, -2, -2 ),
"update": 0,
"values": [ Vector2( 753.756, 314.336 ), Vector2( 69.7562, 234.336 ), Vector2( 256.756, 575.336 ), Vector2( 516.756, 530.336 ) ]
}
@@ -71,8 +71,8 @@ tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/keys = {
"times": PoolFloatArray( 0, 4.1, 7.9, 12.1 ),
"transitions": PoolFloatArray( -2, -2, -2, -2 ),
"times": PoolRealArray( 0, 4.1, 7.9, 12.1 ),
"transitions": PoolRealArray( -2, -2, -2, -2 ),
"update": 0,
"values": [ Vector2( 692.078, 29.8849 ), Vector2( 309.606, 31.5551 ), Vector2( 40.7064, 238.658 ), Vector2( 685.397, 282.082 ) ]
}