Implemented jumps
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=18 format=3 uid="uid://b40y7iuskv1ar"]
|
||||
[gd_scene load_steps=19 format=3 uid="uid://b40y7iuskv1ar"]
|
||||
|
||||
[ext_resource type="Script" path="res://Game.gd" id="1_uxop2"]
|
||||
[ext_resource type="Script" path="res://network/Client.gd" id="2_00qe8"]
|
||||
@ -8,6 +8,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://2lcnu3dy54lx" path="res://player/Player.tscn" id="6_jxdko"]
|
||||
[ext_resource type="Script" path="res://network/PlayerMove.gd" id="7_6xfox"]
|
||||
[ext_resource type="Script" path="res://world/Sun.gd" id="8_leyo3"]
|
||||
[ext_resource type="Script" path="res://network/PlayerJump.gd" id="8_p6kmr"]
|
||||
[ext_resource type="Environment" uid="uid://dixa0yso2s1u3" path="res://world/Environment.tres" id="9_4u3r5"]
|
||||
[ext_resource type="CameraAttributesPractical" uid="uid://b835orxyqq6w5" path="res://camera/CameraAttributes.tres" id="10_4uslp"]
|
||||
[ext_resource type="PackedScene" uid="uid://tgmbtt7u172g" path="res://world/Arena.blend" id="11_ffpbh"]
|
||||
@ -47,6 +48,7 @@ wait_time = 5.0
|
||||
autostart = true
|
||||
|
||||
[node name="PlayerAdd" type="Node" parent="Client"]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("5_sd8xh")
|
||||
player_scene = ExtResource("6_jxdko")
|
||||
packet_type = 10
|
||||
@ -55,6 +57,10 @@ packet_type = 10
|
||||
script = ExtResource("7_6xfox")
|
||||
packet_type = 12
|
||||
|
||||
[node name="PlayerJump" type="Node" parent="Client"]
|
||||
script = ExtResource("8_p6kmr")
|
||||
packet_type = 13
|
||||
|
||||
[node name="Statistics" type="Timer" parent="Client"]
|
||||
autostart = true
|
||||
|
||||
|
Reference in New Issue
Block a user