mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
change PoolFloatArray to PoolRealArray in tscn files
This commit is contained in:
@@ -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 ) ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user