Add match lifecycle stubs for BR matches and create/join one on the
client
This commit is contained in:
parent
654341735c
commit
ef9cfcfab5
105 changed files with 164 additions and 628 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
*.swp
|
||||
*.import
|
||||
**/test_suite/addons
|
||||
**/test_suite/addons/*
|
||||
**/test_suite/.import/*
|
||||
|
||||
**/.godot/
|
||||
5
client/.gitignore
vendored
5
client/.gitignore
vendored
|
|
@ -1,5 +0,0 @@
|
|||
*.swp
|
||||
*.import
|
||||
test_suite/addons
|
||||
test_suite/addons/*
|
||||
test_suite/.import/*
|
||||
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -1,49 +0,0 @@
|
|||
[docks]
|
||||
|
||||
dock_3_selected_tab_idx=0
|
||||
dock_4_selected_tab_idx=0
|
||||
dock_5_selected_tab_idx=0
|
||||
dock_floating={}
|
||||
dock_bottom=[]
|
||||
dock_closed=[]
|
||||
dock_split_2=0
|
||||
dock_split_3=0
|
||||
dock_hsplit_1=0
|
||||
dock_hsplit_2=270
|
||||
dock_hsplit_3=-270
|
||||
dock_hsplit_4=0
|
||||
dock_filesystem_h_split_offset=240
|
||||
dock_filesystem_v_split_offset=0
|
||||
dock_filesystem_display_mode=0
|
||||
dock_filesystem_file_sort=0
|
||||
dock_filesystem_file_list_display_mode=1
|
||||
dock_filesystem_selected_paths=PackedStringArray("res://danmaku!/player.tscn")
|
||||
dock_filesystem_uncollapsed_paths=PackedStringArray("Favorites", "res://", "res://danmaku!/")
|
||||
dock_3="Scene,Import"
|
||||
dock_4="FileSystem"
|
||||
dock_5="Inspector,Node,History"
|
||||
|
||||
[EditorNode]
|
||||
|
||||
open_scenes=PackedStringArray("res://danmaku!/player.tscn", "res://danmaku!/testworld.tscn")
|
||||
current_scene="res://danmaku!/testworld.tscn"
|
||||
center_split_offset=0
|
||||
selected_default_debugger_tab_idx=0
|
||||
selected_main_editor_idx=2
|
||||
selected_bottom_panel_item=0
|
||||
|
||||
[ScriptEditor]
|
||||
|
||||
open_scripts=["res://danmaku!/player.gd"]
|
||||
selected_script="res://danmaku!/player.gd"
|
||||
open_help=[]
|
||||
script_split_offset=70
|
||||
list_split_offset=0
|
||||
zoom_factor=1.0
|
||||
|
||||
[ShaderEditor]
|
||||
|
||||
open_shaders=[]
|
||||
split_offset=0
|
||||
selected_shader=""
|
||||
text_shader_zoom_factor=1.0
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
ea4bc82a6ad023ab7ee23ee620429895
|
||||
::res://::1738117194
|
||||
CHANGELOG.md::TextFile::-1::1737676442::0::1::::<><>::
|
||||
icon.svg::CompressedTexture2D::3707950262073026637::1737417699::1737417720::1::::<><>::
|
||||
README.md::TextFile::-1::1737676442::0::1::::<><>::
|
||||
::res://addons/::1737676442
|
||||
::res://addons/com.heroiclabs.nakama/::1737676442
|
||||
Nakama.gd::GDScript::-1::1737676442::0::1::::<>Node<>::
|
||||
::res://addons/com.heroiclabs.nakama/api/::1737676442
|
||||
NakamaAPI.gd::GDScript::-1::1737676442::0::1::::NakamaAPI<>RefCounted<>::
|
||||
NakamaRTAPI.gd::GDScript::-1::1737676442::0::1::::NakamaRTAPI<>NakamaAsyncResult<>::
|
||||
NakamaRTMessage.gd::GDScript::-1::1737676442::0::1::::NakamaRTMessage<>RefCounted<>::
|
||||
NakamaSession.gd::GDScript::-1::1737676442::0::1::::NakamaSession<>NakamaAsyncResult<>::
|
||||
NakamaStorageObjectId.gd::GDScript::-1::1737676442::0::1::::NakamaStorageObjectId<>RefCounted<>::
|
||||
NakamaWriteStorageObject.gd::GDScript::-1::1737676442::0::1::::NakamaWriteStorageObject<>RefCounted<>::
|
||||
::res://addons/com.heroiclabs.nakama/client/::1737676442
|
||||
NakamaClient.gd::GDScript::-1::1737676442::0::1::::NakamaClient<>RefCounted<>::
|
||||
NakamaHTTPAdapter.gd::GDScript::-1::1737676442::0::1::::NakamaHTTPAdapter<>Node<>::
|
||||
::res://addons/com.heroiclabs.nakama/dotnet-utils/::1737676442
|
||||
::res://addons/com.heroiclabs.nakama/socket/::1737676442
|
||||
NakamaSocket.gd::GDScript::-1::1737676442::0::1::::NakamaSocket<>RefCounted<>::
|
||||
NakamaSocketAdapter.gd::GDScript::-1::1737676442::0::1::::NakamaSocketAdapter<>Node<>::
|
||||
::res://addons/com.heroiclabs.nakama/utils/::1737676442
|
||||
NakamaAsyncResult.gd::GDScript::-1::1737676442::0::1::::NakamaAsyncResult<>RefCounted<>::
|
||||
NakamaException.gd::GDScript::-1::1737676442::0::1::::NakamaException<>RefCounted<>::
|
||||
NakamaLogger.gd::GDScript::-1::1737676442::0::1::::NakamaLogger<>RefCounted<>::
|
||||
NakamaMultiplayerBridge.gd::GDScript::-1::1737676442::0::1::::NakamaMultiplayerBridge<>RefCounted<>::
|
||||
NakamaMultiplayerPeer.gd::GDScript::-1::1737676442::0::1::::NakamaMultiplayerPeer<>MultiplayerPeerExtension<>::
|
||||
NakamaSerializer.gd::GDScript::-1::1737676442::0::1::::NakamaSerializer<>RefCounted<>::
|
||||
::res://codegen/::1737676442
|
||||
README.md::TextFile::-1::1737676442::0::1::::<><>::
|
||||
::res://danmaku!/::1738115667
|
||||
player.gd::GDScript::-1::1738114403::0::1::::<>Node2D<>::
|
||||
player.tscn::PackedScene::5042393718698370894::1737683594::0::1::::<><>::res://danmaku!/player.gd
|
||||
testworld.tscn::PackedScene::4237769419146379699::1738115667::0::1::::<><>::uid://cd3tqt7hr5pqs::::res://danmaku!/player.tscn
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
res://danmaku!/testworld.tscn
|
||||
res://danmaku!/player.tscn
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
[folding]
|
||||
|
||||
sections_unfolded=PackedStringArray()
|
||||
|
|
@ -1,178 +0,0 @@
|
|||
[editor_states]
|
||||
|
||||
Anim={
|
||||
"visible": false
|
||||
}
|
||||
2D={
|
||||
"grid_offset": Vector2(0, 0),
|
||||
"grid_snap_active": false,
|
||||
"grid_step": Vector2(8, 8),
|
||||
"grid_visibility": 1,
|
||||
"ofs": Vector2(-165, -110),
|
||||
"primary_grid_step": Vector2i(8, 8),
|
||||
"show_group_gizmos": true,
|
||||
"show_guides": true,
|
||||
"show_helpers": false,
|
||||
"show_lock_gizmos": true,
|
||||
"show_origin": true,
|
||||
"show_position_gizmos": true,
|
||||
"show_rulers": true,
|
||||
"show_transformation_gizmos": true,
|
||||
"show_viewport": true,
|
||||
"show_zoom_control": true,
|
||||
"smart_snap_active": false,
|
||||
"snap_guides": true,
|
||||
"snap_node_anchors": true,
|
||||
"snap_node_center": true,
|
||||
"snap_node_parent": true,
|
||||
"snap_node_sides": true,
|
||||
"snap_other_nodes": true,
|
||||
"snap_pixel": true,
|
||||
"snap_relative": false,
|
||||
"snap_rotation": false,
|
||||
"snap_rotation_offset": 0.0,
|
||||
"snap_rotation_step": 0.261799,
|
||||
"snap_scale": false,
|
||||
"snap_scale_step": 0.1,
|
||||
"zoom": 1.0
|
||||
}
|
||||
3D={
|
||||
"fov": 70.01,
|
||||
"gizmos_status": {
|
||||
"AudioListener3D": 0,
|
||||
"AudioStreamPlayer3D": 0,
|
||||
"CPUParticles3D": 0,
|
||||
"CSGShape3D": 0,
|
||||
"Camera3D": 0,
|
||||
"CollisionObject3D": 0,
|
||||
"CollisionPolygon3D": 0,
|
||||
"CollisionShape3D": 0,
|
||||
"Decal": 0,
|
||||
"FogVolume": 0,
|
||||
"GPUParticles3D": 0,
|
||||
"GPUParticlesCollision3D": 0,
|
||||
"Joint3D": 0,
|
||||
"Light3D": 0,
|
||||
"LightmapGI": 0,
|
||||
"LightmapProbe": 0,
|
||||
"Marker3D": 0,
|
||||
"MeshInstance3DCustomAABB": 0,
|
||||
"NavigationLink3D": 0,
|
||||
"NavigationRegion3D": 0,
|
||||
"OccluderInstance3D": 0,
|
||||
"Path3D": 0,
|
||||
"PhysicalBone3D": 0,
|
||||
"RayCast3D": 0,
|
||||
"ReflectionProbe": 0,
|
||||
"ShapeCast3D": 0,
|
||||
"Skeleton3D": 0,
|
||||
"SoftBody3D": 0,
|
||||
"SpringArm3D": 0,
|
||||
"VehicleWheel3D": 0,
|
||||
"VisibleOnScreenNotifier3D": 0,
|
||||
"VoxelGI": 0
|
||||
},
|
||||
"local_coords": false,
|
||||
"preview_sun_env": {
|
||||
"environ_ao_enabled": false,
|
||||
"environ_enabled": true,
|
||||
"environ_energy": 1.0,
|
||||
"environ_gi_enabled": false,
|
||||
"environ_glow_enabled": true,
|
||||
"environ_ground_color": Color(0.2, 0.169, 0.133, 1),
|
||||
"environ_sky_color": Color(0.385, 0.454, 0.55, 1),
|
||||
"environ_tonemap_enabled": true,
|
||||
"sun_color": Color(1, 1, 1, 1),
|
||||
"sun_enabled": true,
|
||||
"sun_energy": 1.0,
|
||||
"sun_max_distance": 100.0,
|
||||
"sun_rotation": Vector2(-1.0472, 2.61799)
|
||||
},
|
||||
"rotate_snap": 15.0,
|
||||
"scale_snap": 10.0,
|
||||
"show_grid": true,
|
||||
"show_origin": true,
|
||||
"snap_enabled": false,
|
||||
"translate_snap": 1.0,
|
||||
"viewport_mode": 1,
|
||||
"viewports": [{
|
||||
"auto_orthogonal": false,
|
||||
"auto_orthogonal_enabled": true,
|
||||
"cinematic_preview": false,
|
||||
"display_mode": 21,
|
||||
"distance": 4.0,
|
||||
"doppler": false,
|
||||
"frame_time": false,
|
||||
"gizmos": true,
|
||||
"half_res": false,
|
||||
"information": false,
|
||||
"listener": true,
|
||||
"lock_rotation": false,
|
||||
"orthogonal": false,
|
||||
"position": Vector3(0, 0, 0),
|
||||
"use_environment": false,
|
||||
"view_type": 0,
|
||||
"x_rotation": 0.5,
|
||||
"y_rotation": -0.5
|
||||
}, {
|
||||
"auto_orthogonal": false,
|
||||
"auto_orthogonal_enabled": true,
|
||||
"cinematic_preview": false,
|
||||
"display_mode": 21,
|
||||
"distance": 4.0,
|
||||
"doppler": false,
|
||||
"frame_time": false,
|
||||
"gizmos": true,
|
||||
"half_res": false,
|
||||
"information": false,
|
||||
"listener": false,
|
||||
"lock_rotation": false,
|
||||
"orthogonal": false,
|
||||
"position": Vector3(0, 0, 0),
|
||||
"use_environment": false,
|
||||
"view_type": 0,
|
||||
"x_rotation": 0.5,
|
||||
"y_rotation": -0.5
|
||||
}, {
|
||||
"auto_orthogonal": false,
|
||||
"auto_orthogonal_enabled": true,
|
||||
"cinematic_preview": false,
|
||||
"display_mode": 21,
|
||||
"distance": 4.0,
|
||||
"doppler": false,
|
||||
"frame_time": false,
|
||||
"gizmos": true,
|
||||
"half_res": false,
|
||||
"information": false,
|
||||
"listener": false,
|
||||
"lock_rotation": false,
|
||||
"orthogonal": false,
|
||||
"position": Vector3(0, 0, 0),
|
||||
"use_environment": false,
|
||||
"view_type": 0,
|
||||
"x_rotation": 0.5,
|
||||
"y_rotation": -0.5
|
||||
}, {
|
||||
"auto_orthogonal": false,
|
||||
"auto_orthogonal_enabled": true,
|
||||
"cinematic_preview": false,
|
||||
"display_mode": 21,
|
||||
"distance": 4.0,
|
||||
"doppler": false,
|
||||
"frame_time": false,
|
||||
"gizmos": true,
|
||||
"half_res": false,
|
||||
"information": false,
|
||||
"listener": false,
|
||||
"lock_rotation": false,
|
||||
"orthogonal": false,
|
||||
"position": Vector3(0, 0, 0),
|
||||
"use_environment": false,
|
||||
"view_type": 0,
|
||||
"x_rotation": 0.5,
|
||||
"y_rotation": -0.5
|
||||
}],
|
||||
"zfar": 4000.01,
|
||||
"znear": 0.05
|
||||
}
|
||||
selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16886/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Testworld/Player")])
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[folding]
|
||||
|
||||
node_unfolds=[]
|
||||
resource_unfolds=[]
|
||||
nodes_folded=[]
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
[editor_metadata]
|
||||
|
||||
executable_path="E:/Games/steamapps/common/Godot Engine/godot.windows.opt.tools.64.exe"
|
||||
|
||||
[dialog_bounds]
|
||||
|
||||
project_settings=Rect2(4120, 370, 1200, 700)
|
||||
|
||||
[recent_files]
|
||||
|
||||
scripts=["res://danmaku!/player.gd", "res://codegen/README.md", "res://README.md"]
|
||||
scenes=["res://danmaku!/testworld.tscn", "res://danmaku!/player.tscn"]
|
||||
|
||||
[project_settings]
|
||||
|
||||
advanced_mode=true
|
||||
|
||||
[script_setup]
|
||||
|
||||
last_selected_language="GDScript"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
res://danmaku!
|
||||
res://addons/com.heroiclabs.nakama
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
[res://README.md]
|
||||
|
||||
state={
|
||||
"bookmarks": PackedInt32Array(),
|
||||
"breakpoints": PackedInt32Array(),
|
||||
"column": 0,
|
||||
"folded_lines": Array[int]([]),
|
||||
"h_scroll_position": 0,
|
||||
"row": 0,
|
||||
"scroll_position": 3.0,
|
||||
"selection": false,
|
||||
"syntax_highlighter": "Plain Text"
|
||||
}
|
||||
|
||||
[res://codegen/README.md]
|
||||
|
||||
state={
|
||||
"bookmarks": PackedInt32Array(),
|
||||
"breakpoints": PackedInt32Array(),
|
||||
"column": 0,
|
||||
"folded_lines": Array[int]([]),
|
||||
"h_scroll_position": 0,
|
||||
"row": 0,
|
||||
"scroll_position": 0.0,
|
||||
"selection": false,
|
||||
"syntax_highlighter": "Plain Text"
|
||||
}
|
||||
|
||||
[res://danmaku!/player.gd]
|
||||
|
||||
state={
|
||||
"bookmarks": PackedInt32Array(),
|
||||
"breakpoints": PackedInt32Array(),
|
||||
"column": 56,
|
||||
"folded_lines": Array[int]([]),
|
||||
"h_scroll_position": 0,
|
||||
"row": 15,
|
||||
"scroll_position": 0.0,
|
||||
"selection": false,
|
||||
"syntax_highlighter": "GDScript"
|
||||
}
|
||||
|
|
@ -1,178 +0,0 @@
|
|||
[editor_states]
|
||||
|
||||
Anim={
|
||||
"visible": false
|
||||
}
|
||||
2D={
|
||||
"grid_offset": Vector2(0, 0),
|
||||
"grid_snap_active": false,
|
||||
"grid_step": Vector2(8, 8),
|
||||
"grid_visibility": 1,
|
||||
"ofs": Vector2(-165, -110),
|
||||
"primary_grid_step": Vector2i(8, 8),
|
||||
"show_group_gizmos": true,
|
||||
"show_guides": true,
|
||||
"show_helpers": false,
|
||||
"show_lock_gizmos": true,
|
||||
"show_origin": true,
|
||||
"show_position_gizmos": true,
|
||||
"show_rulers": true,
|
||||
"show_transformation_gizmos": true,
|
||||
"show_viewport": true,
|
||||
"show_zoom_control": true,
|
||||
"smart_snap_active": false,
|
||||
"snap_guides": true,
|
||||
"snap_node_anchors": true,
|
||||
"snap_node_center": true,
|
||||
"snap_node_parent": true,
|
||||
"snap_node_sides": true,
|
||||
"snap_other_nodes": true,
|
||||
"snap_pixel": true,
|
||||
"snap_relative": false,
|
||||
"snap_rotation": false,
|
||||
"snap_rotation_offset": 0.0,
|
||||
"snap_rotation_step": 0.261799,
|
||||
"snap_scale": false,
|
||||
"snap_scale_step": 0.1,
|
||||
"zoom": 1.0
|
||||
}
|
||||
3D={
|
||||
"fov": 70.01,
|
||||
"gizmos_status": {
|
||||
"AudioListener3D": 0,
|
||||
"AudioStreamPlayer3D": 0,
|
||||
"CPUParticles3D": 0,
|
||||
"CSGShape3D": 0,
|
||||
"Camera3D": 0,
|
||||
"CollisionObject3D": 0,
|
||||
"CollisionPolygon3D": 0,
|
||||
"CollisionShape3D": 0,
|
||||
"Decal": 0,
|
||||
"FogVolume": 0,
|
||||
"GPUParticles3D": 0,
|
||||
"GPUParticlesCollision3D": 0,
|
||||
"Joint3D": 0,
|
||||
"Light3D": 0,
|
||||
"LightmapGI": 0,
|
||||
"LightmapProbe": 0,
|
||||
"Marker3D": 0,
|
||||
"MeshInstance3DCustomAABB": 0,
|
||||
"NavigationLink3D": 0,
|
||||
"NavigationRegion3D": 0,
|
||||
"OccluderInstance3D": 0,
|
||||
"Path3D": 0,
|
||||
"PhysicalBone3D": 0,
|
||||
"RayCast3D": 0,
|
||||
"ReflectionProbe": 0,
|
||||
"ShapeCast3D": 0,
|
||||
"Skeleton3D": 0,
|
||||
"SoftBody3D": 0,
|
||||
"SpringArm3D": 0,
|
||||
"VehicleWheel3D": 0,
|
||||
"VisibleOnScreenNotifier3D": 0,
|
||||
"VoxelGI": 0
|
||||
},
|
||||
"local_coords": false,
|
||||
"preview_sun_env": {
|
||||
"environ_ao_enabled": false,
|
||||
"environ_enabled": true,
|
||||
"environ_energy": 1.0,
|
||||
"environ_gi_enabled": false,
|
||||
"environ_glow_enabled": true,
|
||||
"environ_ground_color": Color(0.2, 0.169, 0.133, 1),
|
||||
"environ_sky_color": Color(0.385, 0.454, 0.55, 1),
|
||||
"environ_tonemap_enabled": true,
|
||||
"sun_color": Color(1, 1, 1, 1),
|
||||
"sun_enabled": true,
|
||||
"sun_energy": 1.0,
|
||||
"sun_max_distance": 100.0,
|
||||
"sun_rotation": Vector2(-1.0472, 2.61799)
|
||||
},
|
||||
"rotate_snap": 15.0,
|
||||
"scale_snap": 10.0,
|
||||
"show_grid": true,
|
||||
"show_origin": true,
|
||||
"snap_enabled": false,
|
||||
"translate_snap": 1.0,
|
||||
"viewport_mode": 1,
|
||||
"viewports": [{
|
||||
"auto_orthogonal": false,
|
||||
"auto_orthogonal_enabled": true,
|
||||
"cinematic_preview": false,
|
||||
"display_mode": 21,
|
||||
"distance": 4.0,
|
||||
"doppler": false,
|
||||
"frame_time": false,
|
||||
"gizmos": true,
|
||||
"half_res": false,
|
||||
"information": false,
|
||||
"listener": true,
|
||||
"lock_rotation": false,
|
||||
"orthogonal": false,
|
||||
"position": Vector3(0, 0, 0),
|
||||
"use_environment": false,
|
||||
"view_type": 0,
|
||||
"x_rotation": 0.5,
|
||||
"y_rotation": -0.5
|
||||
}, {
|
||||
"auto_orthogonal": false,
|
||||
"auto_orthogonal_enabled": true,
|
||||
"cinematic_preview": false,
|
||||
"display_mode": 21,
|
||||
"distance": 4.0,
|
||||
"doppler": false,
|
||||
"frame_time": false,
|
||||
"gizmos": true,
|
||||
"half_res": false,
|
||||
"information": false,
|
||||
"listener": false,
|
||||
"lock_rotation": false,
|
||||
"orthogonal": false,
|
||||
"position": Vector3(0, 0, 0),
|
||||
"use_environment": false,
|
||||
"view_type": 0,
|
||||
"x_rotation": 0.5,
|
||||
"y_rotation": -0.5
|
||||
}, {
|
||||
"auto_orthogonal": false,
|
||||
"auto_orthogonal_enabled": true,
|
||||
"cinematic_preview": false,
|
||||
"display_mode": 21,
|
||||
"distance": 4.0,
|
||||
"doppler": false,
|
||||
"frame_time": false,
|
||||
"gizmos": true,
|
||||
"half_res": false,
|
||||
"information": false,
|
||||
"listener": false,
|
||||
"lock_rotation": false,
|
||||
"orthogonal": false,
|
||||
"position": Vector3(0, 0, 0),
|
||||
"use_environment": false,
|
||||
"view_type": 0,
|
||||
"x_rotation": 0.5,
|
||||
"y_rotation": -0.5
|
||||
}, {
|
||||
"auto_orthogonal": false,
|
||||
"auto_orthogonal_enabled": true,
|
||||
"cinematic_preview": false,
|
||||
"display_mode": 21,
|
||||
"distance": 4.0,
|
||||
"doppler": false,
|
||||
"frame_time": false,
|
||||
"gizmos": true,
|
||||
"half_res": false,
|
||||
"information": false,
|
||||
"listener": false,
|
||||
"lock_rotation": false,
|
||||
"orthogonal": false,
|
||||
"position": Vector3(0, 0, 0),
|
||||
"use_environment": false,
|
||||
"view_type": 0,
|
||||
"x_rotation": 0.5,
|
||||
"y_rotation": -0.5
|
||||
}],
|
||||
"zfar": 4000.01,
|
||||
"znear": 0.05
|
||||
}
|
||||
selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16886/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Testworld/Player")])
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[folding]
|
||||
|
||||
node_unfolds=[]
|
||||
resource_unfolds=[]
|
||||
nodes_folded=[]
|
||||
|
|
@ -1,97 +0,0 @@
|
|||
list=Array[Dictionary]([{
|
||||
"base": &"RefCounted",
|
||||
"class": &"NakamaAPI",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/api/NakamaAPI.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"NakamaAsyncResult",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/utils/NakamaAsyncResult.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"NakamaClient",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/client/NakamaClient.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"NakamaException",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/utils/NakamaException.gd"
|
||||
}, {
|
||||
"base": &"Node",
|
||||
"class": &"NakamaHTTPAdapter",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/client/NakamaHTTPAdapter.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"NakamaLogger",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/utils/NakamaLogger.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"NakamaMultiplayerBridge",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/utils/NakamaMultiplayerBridge.gd"
|
||||
}, {
|
||||
"base": &"MultiplayerPeerExtension",
|
||||
"class": &"NakamaMultiplayerPeer",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/utils/NakamaMultiplayerPeer.gd"
|
||||
}, {
|
||||
"base": &"NakamaAsyncResult",
|
||||
"class": &"NakamaRTAPI",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/api/NakamaRTAPI.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"NakamaRTMessage",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/api/NakamaRTMessage.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"NakamaSerializer",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/utils/NakamaSerializer.gd"
|
||||
}, {
|
||||
"base": &"NakamaAsyncResult",
|
||||
"class": &"NakamaSession",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/api/NakamaSession.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"NakamaSocket",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/socket/NakamaSocket.gd"
|
||||
}, {
|
||||
"base": &"Node",
|
||||
"class": &"NakamaSocketAdapter",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/socket/NakamaSocketAdapter.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"NakamaStorageObjectId",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/api/NakamaStorageObjectId.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"NakamaWriteStorageObject",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/com.heroiclabs.nakama/api/NakamaWriteStorageObject.gd"
|
||||
}])
|
||||
Binary file not shown.
|
|
@ -1,3 +0,0 @@
|
|||
source_md5="0eed98577cbbf02f0bdc0f5c9f70465b"
|
||||
dest_md5="411b5d2fe36e6f2e5e4c615f024ce43b"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue