in the middle of working on crouch, very bugged rn
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=42 format=3 uid="uid://drwae3loscbw7"]
|
||||
[gd_scene load_steps=41 format=3 uid="uid://drwae3loscbw7"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bieeh1iro4ji1" path="res://scripts/player.gd" id="1_x7wms"]
|
||||
[ext_resource type="Script" uid="uid://linvnr16djav" path="res://scripts/PlayerStateMachine.gd" id="2_1npgd"]
|
||||
@@ -9,7 +9,6 @@
|
||||
[ext_resource type="PackedScene" uid="uid://dqgtnykkbngem" path="res://assets/weapon_select.tscn" id="5_bvbcl"]
|
||||
[ext_resource type="Script" uid="uid://clyi3lxv4xt4g" path="res://scripts/player_jumping.gd" id="5_m0ick"]
|
||||
[ext_resource type="PackedScene" uid="uid://br882tlh3cfwu" path="res://hud.tscn" id="5_yenaw"]
|
||||
[ext_resource type="Script" uid="uid://dac0eeav1jped" path="res://scripts/player_falling.gd" id="6_1npgd"]
|
||||
[ext_resource type="AudioStream" uid="uid://bki17g7j4kqn4" path="res://assets/Audio/PickupSound Mixdown 3.wav" id="8_dwqsx"]
|
||||
[ext_resource type="Shader" uid="uid://djbvmc8hurccm" path="res://assets/Shaders/speedlines.gdshader" id="10_5hu7c"]
|
||||
[ext_resource type="AudioStream" uid="uid://dyd272r7n2ecd" path="res://assets/Audio/footsteps-shoes-jump-land-beach-sand-SBA-300118001.wav" id="10_tn0pn"]
|
||||
@@ -153,12 +152,9 @@ script = ExtResource("4_67mtf")
|
||||
move_speed = 5.0
|
||||
move_transition_speed = 4.0
|
||||
|
||||
[node name="Jumping" type="Node" parent="States"]
|
||||
[node name="In Air" type="Node" parent="States"]
|
||||
script = ExtResource("5_m0ick")
|
||||
|
||||
[node name="Falling" type="Node" parent="States"]
|
||||
script = ExtResource("6_1npgd")
|
||||
|
||||
[node name="Wall Running" type="Node" parent="States"]
|
||||
|
||||
[node name="Ground Pound" type="Node" parent="States"]
|
||||
|
||||
Reference in New Issue
Block a user