dash + fire rate
This commit is contained in:
parent
5bac9ddd2a
commit
1318fdd9fc
7 changed files with 105 additions and 16 deletions
|
|
@ -26,6 +26,10 @@ _data = {
|
|||
}
|
||||
point_count = 5
|
||||
|
||||
[sub_resource type="Environment" id="Environment_tlwt5"]
|
||||
ambient_light_source = 2
|
||||
ambient_light_color = Color(0.76, 0.76, 0.76, 1)
|
||||
|
||||
[node name="World" type="Node3D" unique_id=1756877658]
|
||||
|
||||
[node name="NavigationRegion3D" type="NavigationRegion3D" parent="." unique_id=514937994]
|
||||
|
|
@ -44,7 +48,7 @@ surface_material_override/0 = SubResource("StandardMaterial3D_aqk2v")
|
|||
[node name="Player" parent="." unique_id=1904432250 instance=ExtResource("1_f3sb7")]
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=570825208]
|
||||
transform = Transform3D(-0.0140324235, 0.60681456, -0.79471964, -0.7547328, 0.5149172, 0.40649557, 0.65588236, 0.60550505, 0.45075715, 0, 0, 0)
|
||||
transform = Transform3D(-0.10242973, 0.87742776, -0.4686457, -0.38568807, 0.39923847, 0.83177733, 0.91692597, 0.26594973, 0.2975195, 0, 0, 0)
|
||||
shadow_enabled = true
|
||||
|
||||
[node name="Block" type="Node3D" parent="." unique_id=2039876952 groups=["navigation_mesh_source_group"]]
|
||||
|
|
@ -338,3 +342,6 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.2965031, 0, 1.1315079)
|
|||
[node name="EnemySpawner" type="Path3D" parent="." unique_id=1620392916]
|
||||
curve = SubResource("Curve3D_036b0")
|
||||
script = ExtResource("4_aqk2v")
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=21088355]
|
||||
environment = SubResource("Environment_tlwt5")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue