Skip to content

Commit 9fdc099

Browse files
committed
Update addon for 4.x
1 parent 1b259b7 commit 9fdc099

File tree

308 files changed

+4457
-2288
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

308 files changed

+4457
-2288
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
zip -r ../Release.zip *
4444
popd
4545
- name: Upload Release
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: Release
4949
path: release
@@ -52,4 +52,4 @@ jobs:
5252
uses: softprops/action-gh-release@v1
5353
if: startsWith(github.ref, 'refs/tags/')
5454
with:
55-
files: Release.zip
55+
files: Release.zip

.godot/.gdignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[folding]
2+
3+
sections_unfolded=PackedStringArray()
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[folding]
2+
3+
sections_unfolded=PackedStringArray()
Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
[editor_states]
2+
3+
Anim={
4+
"visible": false
5+
}
6+
2D={
7+
"grid_offset": Vector2(0, 0),
8+
"grid_snap_active": false,
9+
"grid_step": Vector2(8, 8),
10+
"grid_visibility": 1,
11+
"ofs": Vector2(-549.008, -168.106),
12+
"primary_grid_step": Vector2i(8, 8),
13+
"show_group_gizmos": true,
14+
"show_guides": true,
15+
"show_helpers": false,
16+
"show_lock_gizmos": true,
17+
"show_origin": true,
18+
"show_position_gizmos": true,
19+
"show_rulers": true,
20+
"show_transformation_gizmos": true,
21+
"show_viewport": true,
22+
"show_zoom_control": true,
23+
"smart_snap_active": true,
24+
"snap_guides": true,
25+
"snap_node_anchors": true,
26+
"snap_node_center": true,
27+
"snap_node_parent": true,
28+
"snap_node_sides": true,
29+
"snap_other_nodes": true,
30+
"snap_pixel": true,
31+
"snap_relative": false,
32+
"snap_rotation": false,
33+
"snap_rotation_offset": 0.0,
34+
"snap_rotation_step": 0.261799,
35+
"snap_scale": false,
36+
"snap_scale_step": 0.1,
37+
"zoom": 0.890899
38+
}
39+
3D={
40+
"fov": 70.01,
41+
"gizmos_status": {
42+
"AudioListener3D": 0,
43+
"AudioStreamPlayer3D": 0,
44+
"CPUParticles3D": 0,
45+
"CSGShape3D": 0,
46+
"Camera3D": 0,
47+
"CollisionObject3D": 0,
48+
"CollisionPolygon3D": 0,
49+
"CollisionShape3D": 0,
50+
"Decal": 0,
51+
"FogVolume": 0,
52+
"GPUParticles3D": 0,
53+
"GPUParticlesCollision3D": 0,
54+
"Joint3D": 0,
55+
"Light3D": 0,
56+
"LightmapGI": 0,
57+
"LightmapProbe": 0,
58+
"Marker3D": 0,
59+
"MeshInstance3DCustomAABB": 0,
60+
"NavigationLink3D": 0,
61+
"NavigationRegion3D": 0,
62+
"OccluderInstance3D": 0,
63+
"Path3D": 0,
64+
"PhysicalBone3D": 0,
65+
"RayCast3D": 0,
66+
"ReflectionProbe": 0,
67+
"ShapeCast3D": 0,
68+
"Skeleton3D": 0,
69+
"SoftBody3D": 0,
70+
"SpringArm3D": 0,
71+
"VehicleWheel3D": 0,
72+
"VisibleOnScreenNotifier3D": 0,
73+
"VoxelGI": 0
74+
},
75+
"local_coords": false,
76+
"preview_sun_env": {
77+
"environ_ao_enabled": false,
78+
"environ_enabled": true,
79+
"environ_energy": 1.0,
80+
"environ_gi_enabled": false,
81+
"environ_glow_enabled": true,
82+
"environ_ground_color": Color(0.2, 0.169, 0.133, 1),
83+
"environ_sky_color": Color(0.385, 0.454, 0.55, 1),
84+
"environ_tonemap_enabled": true,
85+
"sun_color": Color(1, 1, 1, 1),
86+
"sun_enabled": true,
87+
"sun_energy": 1.0,
88+
"sun_max_distance": 100.0,
89+
"sun_rotation": Vector2(-1.0472, 2.61799)
90+
},
91+
"rotate_snap": 15.0,
92+
"scale_snap": 10.0,
93+
"show_grid": true,
94+
"show_origin": true,
95+
"snap_enabled": false,
96+
"translate_snap": 1.0,
97+
"viewport_mode": 1,
98+
"viewports": [{
99+
"auto_orthogonal": false,
100+
"auto_orthogonal_enabled": true,
101+
"cinematic_preview": false,
102+
"display_mode": 21,
103+
"distance": 62.8385,
104+
"doppler": false,
105+
"frame_time": false,
106+
"gizmos": true,
107+
"half_res": false,
108+
"information": false,
109+
"listener": true,
110+
"lock_rotation": false,
111+
"orthogonal": false,
112+
"position": Vector3(-0.714195, 1.09463, 1.23052),
113+
"use_environment": false,
114+
"view_type": 0,
115+
"x_rotation": 0.319319,
116+
"y_rotation": -0.619592
117+
}, {
118+
"auto_orthogonal": false,
119+
"auto_orthogonal_enabled": true,
120+
"cinematic_preview": false,
121+
"display_mode": 21,
122+
"distance": 4.0,
123+
"doppler": false,
124+
"frame_time": false,
125+
"gizmos": true,
126+
"half_res": false,
127+
"information": false,
128+
"listener": false,
129+
"lock_rotation": false,
130+
"orthogonal": false,
131+
"position": Vector3(0, 0, 0),
132+
"use_environment": false,
133+
"view_type": 0,
134+
"x_rotation": 0.5,
135+
"y_rotation": -0.5
136+
}, {
137+
"auto_orthogonal": false,
138+
"auto_orthogonal_enabled": true,
139+
"cinematic_preview": false,
140+
"display_mode": 21,
141+
"distance": 4.0,
142+
"doppler": false,
143+
"frame_time": false,
144+
"gizmos": true,
145+
"half_res": false,
146+
"information": false,
147+
"listener": false,
148+
"lock_rotation": false,
149+
"orthogonal": false,
150+
"position": Vector3(0, 0, 0),
151+
"use_environment": false,
152+
"view_type": 0,
153+
"x_rotation": 0.5,
154+
"y_rotation": -0.5
155+
}, {
156+
"auto_orthogonal": false,
157+
"auto_orthogonal_enabled": true,
158+
"cinematic_preview": false,
159+
"display_mode": 21,
160+
"distance": 4.0,
161+
"doppler": false,
162+
"frame_time": false,
163+
"gizmos": true,
164+
"half_res": false,
165+
"information": false,
166+
"listener": false,
167+
"lock_rotation": false,
168+
"orthogonal": false,
169+
"position": Vector3(0, 0, 0),
170+
"use_environment": false,
171+
"view_type": 0,
172+
"x_rotation": 0.5,
173+
"y_rotation": -0.5
174+
}],
175+
"zfar": 4000.01,
176+
"znear": 0.05
177+
}
178+
selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16906/@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/Main/World/BG")])
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[folding]
2+
3+
node_unfolds=[NodePath("UI/Vignette"), PackedStringArray("Material", "material", "Ordering"), NodePath("UI/ConnectionPanel/MarginContainer"), PackedStringArray("Theme Overrides", "Theme Overrides/constants"), NodePath("UI/ConnectionPanel/MarginContainer/GridContainer"), PackedStringArray("Layout", "Theme Overrides", "Theme Overrides/constants"), NodePath("UI/ConnectionPanel/MarginContainer/GridContainer/HostLabel"), PackedStringArray("Layout"), NodePath("UI/ConnectionPanel/MarginContainer/GridContainer/HostField"), PackedStringArray("Layout"), NodePath("UI/ConnectionPanel/MarginContainer/GridContainer/PortLabel"), PackedStringArray("Layout"), NodePath("UI/ConnectionPanel/MarginContainer/GridContainer/PortField"), PackedStringArray("Layout"), NodePath("UI/ConnectionPanel/MarginContainer/GridContainer/ServerButton"), PackedStringArray("Layout"), NodePath("UI/ConnectionPanel/MarginContainer/GridContainer/ClientButton"), PackedStringArray("Layout"), NodePath("UI/MainMenu"), PackedStringArray("Layout", "Theme Overrides", "Theme Overrides/constants", "Layout/Container Sizing", "Layout/Transform"), NodePath("UI/MainMenu/LocalButton"), PackedStringArray("Layout", "Layout/Container Sizing"), NodePath("UI/MainMenu/OnlineButton"), PackedStringArray("Layout", "Layout/Container Sizing"), NodePath("UI/MarginContainer3"), PackedStringArray("Layout", "Layout/Transform", "Layout/Container Sizing", "Theme Overrides", "Theme Overrides/constants"), NodePath("UI/MarginContainer3/MessageLabel"), PackedStringArray("Layout", "Theme Overrides", "Theme Overrides/font_sizes", "Theme Overrides/fonts"), NodePath("UI/MarginContainer3/SyncLostLabel"), PackedStringArray("Visibility", "Layout", "Theme Overrides", "Theme Overrides/fonts"), NodePath("UI/MarginContainer2"), PackedStringArray("Theme Overrides", "Theme Overrides/constants"), NodePath("UI/MarginContainer2/VBoxContainer"), PackedStringArray("Theme Overrides", "Theme Overrides/constants"), NodePath("UI/MarginContainer"), PackedStringArray("Theme Overrides", "Theme Overrides/constants"), NodePath("UI/MarginContainer/ResetButton"), PackedStringArray("Layout", "Layout/Transform"), NodePath("World/BG"), PackedStringArray("Material", "material", "Ordering"), NodePath("World/ServerPlayer"), PackedStringArray("Transform"), NodePath("World/ClientPlayer"), PackedStringArray("Transform"), NodePath("World/WalkingSpriteSpawner"), PackedStringArray("Material")]
4+
resource_unfolds=["res://demo/gdscript/Main.tscn::ShaderMaterial_sgx6c", PackedStringArray("Resource", "Shader Parameters"), "res://demo/gdscript/Main.tscn::ShaderMaterial_r5b6r", PackedStringArray("Shader Parameters", "Resource")]
5+
nodes_folded=[NodePath("UI/ConnectionPanel"), NodePath("UI/MainMenu"), NodePath("UI/MarginContainer3"), NodePath("UI/MarginContainer2")]
Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
[editor_states]
2+
3+
Anim={
4+
"visible": false
5+
}
6+
2D={
7+
"grid_offset": Vector2(0, 0),
8+
"grid_snap_active": false,
9+
"grid_step": Vector2(8, 8),
10+
"grid_visibility": 1,
11+
"ofs": Vector2(-741.053, -356.237),
12+
"primary_grid_step": Vector2i(8, 8),
13+
"show_group_gizmos": true,
14+
"show_guides": true,
15+
"show_helpers": false,
16+
"show_lock_gizmos": true,
17+
"show_origin": true,
18+
"show_position_gizmos": true,
19+
"show_rulers": true,
20+
"show_transformation_gizmos": true,
21+
"show_viewport": true,
22+
"show_zoom_control": true,
23+
"smart_snap_active": true,
24+
"snap_guides": true,
25+
"snap_node_anchors": true,
26+
"snap_node_center": true,
27+
"snap_node_parent": true,
28+
"snap_node_sides": true,
29+
"snap_other_nodes": true,
30+
"snap_pixel": true,
31+
"snap_relative": false,
32+
"snap_rotation": false,
33+
"snap_rotation_offset": 0.0,
34+
"snap_rotation_step": 0.261799,
35+
"snap_scale": false,
36+
"snap_scale_step": 0.1,
37+
"zoom": 0.707107
38+
}
39+
3D={
40+
"fov": 70.01,
41+
"gizmos_status": {
42+
"AudioListener3D": 0,
43+
"AudioStreamPlayer3D": 0,
44+
"CPUParticles3D": 0,
45+
"CSGShape3D": 0,
46+
"Camera3D": 0,
47+
"CollisionObject3D": 0,
48+
"CollisionPolygon3D": 0,
49+
"CollisionShape3D": 0,
50+
"Decal": 0,
51+
"FogVolume": 0,
52+
"GPUParticles3D": 0,
53+
"GPUParticlesCollision3D": 0,
54+
"Joint3D": 0,
55+
"Light3D": 0,
56+
"LightmapGI": 0,
57+
"LightmapProbe": 0,
58+
"Marker3D": 0,
59+
"MeshInstance3DCustomAABB": 0,
60+
"NavigationLink3D": 0,
61+
"NavigationRegion3D": 0,
62+
"OccluderInstance3D": 0,
63+
"Path3D": 0,
64+
"PhysicalBone3D": 0,
65+
"RayCast3D": 0,
66+
"ReflectionProbe": 0,
67+
"ShapeCast3D": 0,
68+
"Skeleton3D": 0,
69+
"SoftBody3D": 0,
70+
"SpringArm3D": 0,
71+
"VehicleWheel3D": 0,
72+
"VisibleOnScreenNotifier3D": 0,
73+
"VoxelGI": 0
74+
},
75+
"local_coords": false,
76+
"preview_sun_env": {
77+
"environ_ao_enabled": false,
78+
"environ_enabled": true,
79+
"environ_energy": 1.0,
80+
"environ_gi_enabled": false,
81+
"environ_glow_enabled": true,
82+
"environ_ground_color": Color(0.2, 0.169, 0.133, 1),
83+
"environ_sky_color": Color(0.385, 0.454, 0.55, 1),
84+
"environ_tonemap_enabled": true,
85+
"sun_color": Color(1, 1, 1, 1),
86+
"sun_enabled": true,
87+
"sun_energy": 1.0,
88+
"sun_max_distance": 100.0,
89+
"sun_rotation": Vector2(-1.0472, 2.61799)
90+
},
91+
"rotate_snap": 15.0,
92+
"scale_snap": 10.0,
93+
"show_grid": true,
94+
"show_origin": true,
95+
"snap_enabled": false,
96+
"translate_snap": 1.0,
97+
"viewport_mode": 1,
98+
"viewports": [{
99+
"auto_orthogonal": false,
100+
"auto_orthogonal_enabled": true,
101+
"cinematic_preview": false,
102+
"display_mode": 21,
103+
"distance": 62.8385,
104+
"doppler": false,
105+
"frame_time": false,
106+
"gizmos": true,
107+
"half_res": false,
108+
"information": false,
109+
"listener": true,
110+
"lock_rotation": false,
111+
"orthogonal": false,
112+
"position": Vector3(0, 0, 0),
113+
"use_environment": false,
114+
"view_type": 0,
115+
"x_rotation": 0.319319,
116+
"y_rotation": -0.619592
117+
}, {
118+
"auto_orthogonal": false,
119+
"auto_orthogonal_enabled": true,
120+
"cinematic_preview": false,
121+
"display_mode": 21,
122+
"distance": 4.0,
123+
"doppler": false,
124+
"frame_time": false,
125+
"gizmos": true,
126+
"half_res": false,
127+
"information": false,
128+
"listener": false,
129+
"lock_rotation": false,
130+
"orthogonal": false,
131+
"position": Vector3(0, 0, 0),
132+
"use_environment": false,
133+
"view_type": 0,
134+
"x_rotation": 0.5,
135+
"y_rotation": -0.5
136+
}, {
137+
"auto_orthogonal": false,
138+
"auto_orthogonal_enabled": true,
139+
"cinematic_preview": false,
140+
"display_mode": 21,
141+
"distance": 4.0,
142+
"doppler": false,
143+
"frame_time": false,
144+
"gizmos": true,
145+
"half_res": false,
146+
"information": false,
147+
"listener": false,
148+
"lock_rotation": false,
149+
"orthogonal": false,
150+
"position": Vector3(0, 0, 0),
151+
"use_environment": false,
152+
"view_type": 0,
153+
"x_rotation": 0.5,
154+
"y_rotation": -0.5
155+
}, {
156+
"auto_orthogonal": false,
157+
"auto_orthogonal_enabled": true,
158+
"cinematic_preview": false,
159+
"display_mode": 21,
160+
"distance": 4.0,
161+
"doppler": false,
162+
"frame_time": false,
163+
"gizmos": true,
164+
"half_res": false,
165+
"information": false,
166+
"listener": false,
167+
"lock_rotation": false,
168+
"orthogonal": false,
169+
"position": Vector3(0, 0, 0),
170+
"use_environment": false,
171+
"view_type": 0,
172+
"x_rotation": 0.5,
173+
"y_rotation": -0.5
174+
}],
175+
"zfar": 4000.01,
176+
"znear": 0.05
177+
}
178+
selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16906/@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/Main/World/BG")])
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[folding]
2+
3+
node_unfolds=[NodePath("UI/PlayerControls"), PackedStringArray("Layout", "Theme Overrides", "Theme Overrides/constants"), NodePath("World/BG"), PackedStringArray("Material", "material", "Ordering"), NodePath("World/ServerPlayer"), PackedStringArray("Transform"), NodePath("World/ClientPlayer"), PackedStringArray("Transform"), NodePath("World/WalkingSpriteSpawner"), PackedStringArray("Transform")]
4+
resource_unfolds=["res://demo/mono/MonoMain.tscn::ShaderMaterial_21edt", PackedStringArray(), "res://demo/mono/MonoMain.tscn::ShaderMaterial_l2hge", PackedStringArray("Shader Parameters")]
5+
nodes_folded=[NodePath("UI/ConnectionPanel"), NodePath("UI/PlayerControls")]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[folding]
2+
3+
sections_unfolded=PackedStringArray()

0 commit comments

Comments
 (0)