mirror of
https://github.com/thegatesbrowser/godot-multiplayer.git
synced 2025-10-16 11:03:37 -04:00
Update to 4.4.1
This commit is contained in:
parent
4ae45deca1
commit
ceb10e9a06
160 changed files with 491 additions and 71 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource type="Environment" uid="uid://cgqlrwpgos8m3" path="res://defaults/world_environment.tres" id="1_o5c6e"]
|
||||
[ext_resource type="PackedScene" uid="uid://bdvht85heque" path="res://addons/kenney_platformer_kit/platform.glb" id="2_gdd4m"]
|
||||
[ext_resource type="Script" path="res://main/spawn_points.gd" id="2_nfojo"]
|
||||
[ext_resource type="Script" uid="uid://br5xu4jvkvpm6" path="res://main/spawn_points.gd" id="2_nfojo"]
|
||||
[ext_resource type="PackedScene" uid="uid://bh6yhe1c846yu" path="res://addons/kenney_platformer_kit/blockLarge.glb" id="3_vpp8y"]
|
||||
[ext_resource type="PackedScene" uid="uid://bilg3cgxxv2h5" path="res://addons/kenney_platformer_kit/block.glb" id="4_2mpoj"]
|
||||
[ext_resource type="PackedScene" uid="uid://dk3fmh7w4p32n" path="res://addons/kenney_platformer_kit/blockHexagonLow.glb" id="5_fancp"]
|
||||
|
|
1
levels/portal/portal.gd.uid
Normal file
1
levels/portal/portal.gd.uid
Normal file
|
@ -0,0 +1 @@
|
|||
uid://bdvyr54fhymd8
|
1
levels/portal/portal.gdshader.uid
Normal file
1
levels/portal/portal.gdshader.uid
Normal file
|
@ -0,0 +1 @@
|
|||
uid://bq1ulyrt0ql3r
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://dykqq00uscsiy"]
|
||||
|
||||
[ext_resource type="Script" path="res://levels/portal/portal.gd" id="1_4deld"]
|
||||
[ext_resource type="Script" uid="uid://bdvyr54fhymd8" path="res://levels/portal/portal.gd" id="1_4deld"]
|
||||
[ext_resource type="Material" uid="uid://ca0wtj0y4axjm" path="res://levels/portal/portal.material" id="2_yk1uj"]
|
||||
[ext_resource type="PackedScene" uid="uid://b8hsfhawld5dg" path="res://addons/kenney_platformer_kit/doorOpen.glb" id="3_u08r8"]
|
||||
|
||||
|
@ -45,8 +45,8 @@ tracks/0/keys = {
|
|||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_kfovg"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_tc7hl"),
|
||||
"idle": SubResource("Animation_ea30s")
|
||||
&"RESET": SubResource("Animation_tc7hl"),
|
||||
&"idle": SubResource("Animation_ea30s")
|
||||
}
|
||||
|
||||
[node name="Portal" type="Node3D"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue