Skip to content

Commit e46542e

Browse files
authored
Merge pull request #112 from aaronfranke/update-3.4
2 parents a29d28f + 1df7ee9 commit e46542e

15 files changed

+41
-40
lines changed

effects_shared/BlastMesh.mesh

-10.8 KB
Binary file not shown.
9.46 KB
Binary file not shown.
4.38 KB
Binary file not shown.
771 Bytes
Binary file not shown.
-2.08 KB
Binary file not shown.

enemies/red_robot/laser/impact_effect/impact_effect.tscn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[gd_scene load_steps=26 format=2]
22

3-
[ext_resource path="res://effects_shared/BlastMesh.mesh" type="ArrayMesh" id=1]
3+
[ext_resource path="res://effects_shared/BlastMesh_Sphere.mesh" type="ArrayMesh" id=1]
44
[ext_resource path="res://effects_shared/BlastTexture.png" type="Texture" id=2]
5-
[ext_resource path="res://enemies/red_robot/laser/impact_effect/Plane.mesh" type="ArrayMesh" id=3]
5+
[ext_resource path="res://enemies/red_robot/laser/impact_effect/LightRaysMesh_Plane.mesh" type="ArrayMesh" id=3]
66
[ext_resource path="res://enemies/red_robot/laser/impact_effect/LightRays.png" type="Texture" id=4]
77
[ext_resource path="res://enemies/red_robot/laser/impact_effect/blast.gd" type="Script" id=5]
88
[ext_resource path="res://enemies/red_robot/laser/impact_effect/EmissionAlbedoParticle.shader" type="Shader" id=6]
8.74 KB
Binary file not shown.

enemies/red_robot/red_robot.tscn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
[ext_resource path="res://enemies/red_robot/audio/explosion.wav" type="AudioStream" id=17]
1515
[ext_resource path="res://enemies/red_robot/audio/hit.wav" type="AudioStream" id=18]
1616
[ext_resource path="res://enemies/red_robot/audio/walk.wav" type="AudioStream" id=19]
17-
[ext_resource path="res://enemies/red_robot/laser/BarrelSmoke.mesh" type="ArrayMesh" id=20]
17+
[ext_resource path="res://enemies/red_robot/laser/BarrelSmoke_Plane.mesh" type="ArrayMesh" id=20]
1818
[ext_resource path="res://enemies/red_robot/laser/BarrelSmokeTexture.png" type="Texture" id=21]
19-
[ext_resource path="res://enemies/red_robot/parts/sparks_effect/SparkParticle.mesh" type="ArrayMesh" id=22]
19+
[ext_resource path="res://enemies/red_robot/parts/sparks_effect/SparkParticle_Sphere.mesh" type="ArrayMesh" id=22]
2020
[ext_resource path="res://enemies/red_robot/parts/part.gd" type="Script" id=24]
2121

2222
[sub_resource type="SpatialMaterial" id=1]

menu/menu.tscn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -560,12 +560,12 @@ custom_constants/separation = 50
560560
margin_right = 646.0
561561
margin_bottom = 57.0
562562
size_flags_horizontal = 3
563-
custom_styles/hover = ExtResource( 18 )
564-
custom_styles/pressed = ExtResource( 18 )
565-
custom_fonts/font = SubResource( 17 )
566563
custom_colors/font_color = Color( 1, 1, 1, 1 )
567564
custom_colors/font_color_hover = Color( 1, 1, 1, 1 )
568565
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
566+
custom_fonts/font = SubResource( 17 )
567+
custom_styles/hover = ExtResource( 18 )
568+
custom_styles/pressed = ExtResource( 18 )
569569
text = "Apply"
570570
__meta__ = {
571571
"_edit_use_anchors_": false
@@ -576,12 +576,12 @@ margin_left = 696.0
576576
margin_right = 1342.0
577577
margin_bottom = 57.0
578578
size_flags_horizontal = 3
579-
custom_styles/hover = ExtResource( 18 )
580-
custom_styles/pressed = ExtResource( 18 )
581-
custom_fonts/font = SubResource( 17 )
582579
custom_colors/font_color = Color( 1, 1, 1, 1 )
583580
custom_colors/font_color_hover = Color( 1, 1, 1, 1 )
584581
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
582+
custom_fonts/font = SubResource( 17 )
583+
custom_styles/hover = ExtResource( 18 )
584+
custom_styles/pressed = ExtResource( 18 )
585585
text = "Cancel"
586586

587587
[node name="Loading" type="HBoxContainer" parent="UI"]

player/bullet/bullet.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[gd_scene load_steps=63 format=2]
22

33
[ext_resource path="res://player/bullet/bullet.gd" type="Script" id=1]
4-
[ext_resource path="res://effects_shared/BlastMesh.mesh" type="ArrayMesh" id=2]
4+
[ext_resource path="res://effects_shared/BlastMesh_Sphere.mesh" type="ArrayMesh" id=2]
55
[ext_resource path="res://player/bullet/bullet_explode.wav" type="AudioStream" id=3]
66
[ext_resource path="res://player/bullet/effect/BlastMaterial.tres" type="Material" id=4]
77
[ext_resource path="res://player/bullet/effect/light_rays_material.tres" type="Material" id=5]

0 commit comments

Comments
 (0)