forked from team-sg/hero-mark-2
SUPER PLAYER!
This commit is contained in:
parent
fa94bf6601
commit
f1168c099a
13 changed files with 136 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=12 format=2]
|
||||
[gd_scene load_steps=15 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/recolor_border.shader" type="Shader" id=1]
|
||||
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=2]
|
||||
|
@ -10,6 +10,8 @@
|
|||
[ext_resource path="res://graphics/player/sg_idle.png" type="Texture" id=8]
|
||||
[ext_resource path="res://graphics/player/palettes/default.tex" type="Texture" id=9]
|
||||
[ext_resource path="res://objects/enemy/death_particles.tscn" type="PackedScene" id=10]
|
||||
[ext_resource path="res://scripts/randomize_particle_start.gd" type="Script" id=11]
|
||||
[ext_resource path="res://graphics/particles/shine.png" type="Texture" id=12]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
resource_local_to_scene = true
|
||||
|
@ -18,6 +20,9 @@ shader_param/border_color = Color( 0, 0, 0, 1 )
|
|||
shader_param/border_corners = true
|
||||
shader_param/palette = ExtResource( 9 )
|
||||
|
||||
[sub_resource type="Curve" id=2]
|
||||
_data = [ Vector2( 0, 0 ), 0.0, 0.100639, 0, 0, Vector2( 0.158257, 1 ), 7.51724, -6.83592, 0, 0, Vector2( 0.31422, 0 ), 0.0, 0.0, 0, 0 ]
|
||||
|
||||
[node name="Panel" type="Panel"]
|
||||
margin_right = 72.0
|
||||
margin_bottom = 88.0
|
||||
|
@ -72,6 +77,25 @@ margin_bottom = 48.0
|
|||
texture = ExtResource( 8 )
|
||||
stretch_mode = 4
|
||||
|
||||
[node name="Sparkles" type="CPUParticles2D" parent="FileExists/Palette"]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
light_mask = 0
|
||||
position = Vector2( 10, 16 )
|
||||
amount = 2
|
||||
lifetime = 2.0
|
||||
texture = ExtResource( 12 )
|
||||
emission_shape = 2
|
||||
emission_rect_extents = Vector2( 4, 10 )
|
||||
gravity = Vector2( 0, 0 )
|
||||
angular_velocity = 720.0
|
||||
angular_velocity_random = 1.0
|
||||
angle = 720.0
|
||||
angle_random = 1.0
|
||||
scale_amount_curve = SubResource( 2 )
|
||||
color = Color( 1, 0.972549, 0.52549, 1 )
|
||||
script = ExtResource( 11 )
|
||||
|
||||
[node name="ShardCounter" type="Label" parent="FileExists"]
|
||||
unique_name_in_owner = true
|
||||
margin_left = 43.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue