Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
teddybear082 committed Nov 23, 2022
1 parent 58d03fb commit 13d5b15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions interface/interface.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ B: Roar
A: Jump
Hold triggers while swinging to hit
L trigger: Power hit/ground hit
L Grip: Grab / Throw / Climb
R Grip: Grab / Throw / Climb
Grips: Grab / Throw / Climb
Click L Stick: Sprint Toggle"

[node name="ScoreScreen" type="Control" parent="."]
Expand Down
4 changes: 2 additions & 2 deletions monster/monster-vr.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,12 @@ grab_collision_mask = 32
ranged_enable = false

[node name="MovementClimb" parent="FPController" instance=ExtResource( 35 )]
fling_multiplier = 2.0
fling_multiplier = 3.0
left_pickup = NodePath("../LeftHandController/FunctionPickup")
right_pickup = NodePath("../RightHandController/FunctionPickup")

[node name="MovementGlide" parent="FPController" instance=ExtResource( 36 )]
glide_forward_speed = 5.0
glide_forward_speed = 3.0

[node name="PlayerBody" parent="FPController" instance=ExtResource( 25 )]
physics = SubResource( 10 )
Expand Down

0 comments on commit 13d5b15

Please sign in to comment.