Rename layers
This commit is contained in:
parent
79711ad3f0
commit
2796459045
@ -150,6 +150,15 @@ prev_spectator={
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[layer_names]
|
||||||
|
|
||||||
|
3d_physics/layer_1="Local Player"
|
||||||
|
3d_physics/layer_2="Remote Player"
|
||||||
|
3d_physics/layer_3="Walls"
|
||||||
|
3d_physics/layer_4="Ball and Goals"
|
||||||
|
3d_physics/layer_5="I forget"
|
||||||
|
3d_physics/layer_6="Grate Walls"
|
||||||
|
|
||||||
[physics]
|
[physics]
|
||||||
|
|
||||||
common/physics_ticks_per_second=240
|
common/physics_ticks_per_second=240
|
||||||
|
|||||||
@ -37,7 +37,7 @@ curve = SubResource("Curve_bbjda")
|
|||||||
|
|
||||||
[node name="teleport_grenade" type="Telegrenade" unique_id=1670808846]
|
[node name="teleport_grenade" type="Telegrenade" unique_id=1670808846]
|
||||||
collision_layer = 0
|
collision_layer = 0
|
||||||
collision_mask = 4
|
collision_mask = 36
|
||||||
contact_monitor = true
|
contact_monitor = true
|
||||||
max_contacts_reported = 1
|
max_contacts_reported = 1
|
||||||
|
|
||||||
|
|||||||
@ -45,7 +45,7 @@ punch_cooldown = 1.0
|
|||||||
telegrenade_cooldown = NodePath("cooldown_icon")
|
telegrenade_cooldown = NodePath("cooldown_icon")
|
||||||
telefrag_area_prefab = ExtResource("1_0yoer")
|
telefrag_area_prefab = ExtResource("1_0yoer")
|
||||||
telegrenade_cd = 10.0
|
telegrenade_cd = 10.0
|
||||||
collision_mask = 4
|
collision_mask = 36
|
||||||
slide_on_ceiling = false
|
slide_on_ceiling = false
|
||||||
floor_constant_speed = true
|
floor_constant_speed = true
|
||||||
|
|
||||||
|
|||||||
@ -60,7 +60,7 @@ arrow = NodePath("arrow")
|
|||||||
telefrag_area_prefab = ExtResource("1_8dfyr")
|
telefrag_area_prefab = ExtResource("1_8dfyr")
|
||||||
telegrenade_cd = 10.0
|
telegrenade_cd = 10.0
|
||||||
collision_layer = 2
|
collision_layer = 2
|
||||||
collision_mask = 4
|
collision_mask = 36
|
||||||
slide_on_ceiling = false
|
slide_on_ceiling = false
|
||||||
floor_constant_speed = true
|
floor_constant_speed = true
|
||||||
|
|
||||||
|
|||||||
@ -57,7 +57,7 @@ ball_pickup_sfx = NodePath("ball_pickup_sfx")
|
|||||||
ball_throw_sfx = NodePath("ball_throw_sfx")
|
ball_throw_sfx = NodePath("ball_throw_sfx")
|
||||||
arrow = NodePath("arrow")
|
arrow = NodePath("arrow")
|
||||||
collision_layer = 16
|
collision_layer = 16
|
||||||
collision_mask = 4
|
collision_mask = 36
|
||||||
|
|
||||||
[node name="soldier_m" parent="." unique_id=281995630 instance=ExtResource("1_bfcd3")]
|
[node name="soldier_m" parent="." unique_id=281995630 instance=ExtResource("1_bfcd3")]
|
||||||
transform = Transform3D(-0.5, 0, -4.371139e-08, 0, 0.5, 0, 4.371139e-08, 0, -0.5, 0, 0, 0)
|
transform = Transform3D(-0.5, 0, -4.371139e-08, 0, 0.5, 0, 4.371139e-08, 0, -0.5, 0, 0, 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user