forked from team-sg/hero-mark-2
scale3x...
This commit is contained in:
parent
004e22e3b5
commit
762205b006
2 changed files with 130 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=35 format=2]
|
||||
[gd_scene load_steps=37 format=2]
|
||||
|
||||
[ext_resource path="res://objects/enemy/constant_bleed.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://graphics/enemy/boss/scrump_gore/tentacle5.png" type="Texture" id=2]
|
||||
|
@ -16,10 +16,15 @@
|
|||
[ext_resource path="res://graphics/enemy/boss/scrump_gore/tentacle4.png" type="Texture" id=14]
|
||||
[ext_resource path="res://graphics/enemy/boss/scrump_gore/tentacle2.png" type="Texture" id=15]
|
||||
[ext_resource path="res://scripts/launch_rigid.gd" type="Script" id=16]
|
||||
[ext_resource path="res://shaders/scale3x.gdshader" type="Shader" id=17]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id=21]
|
||||
bounce = 0.3
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=22]
|
||||
shader = ExtResource( 17 )
|
||||
shader_param/pixel_scale = 1.0
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id=17]
|
||||
radius = 7.26425
|
||||
height = 4.59118
|
||||
|
@ -91,6 +96,7 @@ height = 14.0
|
|||
physics_material_override = SubResource( 21 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Brain1"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 27, 27 )
|
||||
texture = ExtResource( 9 )
|
||||
|
||||
|
@ -115,6 +121,7 @@ position = Vector2( 48, 11 )
|
|||
position = Vector2( 37, 29 )
|
||||
|
||||
[node name="Sprite2" type="Sprite" parent="Brain2"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 27, 27 )
|
||||
texture = ExtResource( 12 )
|
||||
|
||||
|
@ -133,6 +140,7 @@ position = Vector2( 44, 7 )
|
|||
position = Vector2( 32, 25 )
|
||||
|
||||
[node name="Sprite3" type="Sprite" parent="Brain3"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 27, 27 )
|
||||
texture = ExtResource( 11 )
|
||||
|
||||
|
@ -148,6 +156,7 @@ physics_material_override = SubResource( 21 )
|
|||
position = Vector2( 49, 23 )
|
||||
|
||||
[node name="Sprite3" type="Sprite" parent="Brain4"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 27, 27 )
|
||||
texture = ExtResource( 4 )
|
||||
|
||||
|
@ -165,6 +174,7 @@ script = ExtResource( 16 )
|
|||
position = Vector2( 1, -6 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Eye"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 21, 12 )
|
||||
texture = ExtResource( 6 )
|
||||
|
||||
|
@ -182,6 +192,7 @@ position = Vector2( 6, 8 )
|
|||
position = Vector2( 25, 5 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Eyestalk"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 26, 27 )
|
||||
texture = ExtResource( 5 )
|
||||
|
||||
|
@ -217,6 +228,7 @@ position = Vector2( 42, 26 )
|
|||
position = Vector2( 33, 28 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="UpperHead"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 26, 27 )
|
||||
texture = ExtResource( 13 )
|
||||
|
||||
|
@ -248,6 +260,7 @@ position = Vector2( 35, 37 )
|
|||
position = Vector2( 44, 37 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="LowerHead"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 26, 27 )
|
||||
texture = ExtResource( 10 )
|
||||
|
||||
|
@ -264,6 +277,7 @@ script = ExtResource( 16 )
|
|||
position = Vector2( 19, 37 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Tentacle1"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 26, 27 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
|
@ -280,6 +294,7 @@ script = ExtResource( 16 )
|
|||
position = Vector2( 23, 38 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Tentacle2"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 26, 27 )
|
||||
texture = ExtResource( 15 )
|
||||
|
||||
|
@ -296,6 +311,7 @@ script = ExtResource( 16 )
|
|||
position = Vector2( 27, 38 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Tentacle3"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 26, 27 )
|
||||
texture = ExtResource( 7 )
|
||||
|
||||
|
@ -311,6 +327,7 @@ script = ExtResource( 16 )
|
|||
position = Vector2( 33, 38 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Tentacle4"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 26, 27 )
|
||||
texture = ExtResource( 14 )
|
||||
|
||||
|
@ -326,6 +343,7 @@ script = ExtResource( 16 )
|
|||
position = Vector2( 38, 38 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Tentacle5"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 26, 27 )
|
||||
texture = ExtResource( 2 )
|
||||
|
||||
|
@ -341,6 +359,7 @@ script = ExtResource( 16 )
|
|||
position = Vector2( 43, 38 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Tentacle6"]
|
||||
material = SubResource( 22 )
|
||||
position = Vector2( 26, 27 )
|
||||
texture = ExtResource( 8 )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue