Added network skill usage
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=28 format=3 uid="uid://b40y7iuskv1ar"]
|
||||
[gd_scene load_steps=29 format=3 uid="uid://b40y7iuskv1ar"]
|
||||
|
||||
[ext_resource type="Script" path="res://Main.gd" id="1_cw3ws"]
|
||||
[ext_resource type="Script" path="res://network/Client.gd" id="2_8hxcx"]
|
||||
@ -12,6 +12,7 @@
|
||||
[ext_resource type="Script" path="res://network/PlayerJump.gd" id="9_o8sk8"]
|
||||
[ext_resource type="Script" path="res://network/Chat.gd" id="10_y3len"]
|
||||
[ext_resource type="Script" path="res://world/Sun.gd" id="11_4jb08"]
|
||||
[ext_resource type="Script" path="res://network/PlayerUseSkill.gd" id="11_gyiep"]
|
||||
[ext_resource type="PackedScene" uid="uid://cpdoq0oh84mfw" path="res://camera/Camera.tscn" id="12_aljdh"]
|
||||
[ext_resource type="Environment" uid="uid://dixa0yso2s1u3" path="res://world/Environment.tres" id="12_cscto"]
|
||||
[ext_resource type="Script" path="res://world/Generate.gd" id="15_25nmg"]
|
||||
@ -90,6 +91,10 @@ packet_type = 12
|
||||
script = ExtResource("9_o8sk8")
|
||||
packet_type = 13
|
||||
|
||||
[node name="PlayerUseSkill" type="Node" parent="Client"]
|
||||
script = ExtResource("11_gyiep")
|
||||
packet_type = 14
|
||||
|
||||
[node name="Chat" type="Node" parent="Client"]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("10_y3len")
|
||||
|
Reference in New Issue
Block a user