mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
Fixed remaining occurances of rotation_deg
Fixed remaining files to change rotation_deg to rotation_degrees.
This commit is contained in:
@@ -15,7 +15,7 @@ length = 10.0
|
||||
loop = true
|
||||
step = 0.1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/path = NodePath("cube:rotation_deg")
|
||||
tracks/0/path = NodePath("cube:rotation_degrees")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/imported = false
|
||||
@@ -77,6 +77,7 @@ transform = Transform( 0.792992, 0.251051, -0.555101, 0, 0.911149, 0.412078, 0.6
|
||||
layers = 1
|
||||
light_color = Color( 1, 1, 1, 1 )
|
||||
light_energy = 1.0
|
||||
light_indirect_energy = 1.0
|
||||
light_negative = false
|
||||
light_specular = 0.5
|
||||
light_cull_mask = -1
|
||||
|
||||
Reference in New Issue
Block a user