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=47 format=2]
|
||||
[gd_scene load_steps=51 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=1]
|
||||
[ext_resource path="res://ui/theme.tres" type="Theme" id=2]
|
||||
|
@ -37,6 +37,9 @@
|
|||
[ext_resource path="res://graphics/player/palettes/nightrunner.tex" type="Texture" id=35]
|
||||
[ext_resource path="res://graphics/player/palettes/typhoon.tex" type="Texture" id=36]
|
||||
[ext_resource path="res://objects/hud/menu_sounds.tscn" type="PackedScene" id=37]
|
||||
[ext_resource path="res://scripts/randomize_particle_start.gd" type="Script" id=38]
|
||||
[ext_resource path="res://graphics/particles/shine.png" type="Texture" id=39]
|
||||
[ext_resource path="res://graphics/player/palettes/super_player.tex" type="Texture" id=40]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
||||
|
@ -52,7 +55,7 @@ shader_param/uv_transform = Transform2D( 0.5, -0.5, 0.5, 1, 0, 0 )
|
|||
shader = ExtResource( 4 )
|
||||
shader_param/border_color = Color( 0, 0, 0, 1 )
|
||||
shader_param/border_corners = true
|
||||
shader_param/palette = ExtResource( 18 )
|
||||
shader_param/palette = ExtResource( 40 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=5]
|
||||
atlas = ExtResource( 10 )
|
||||
|
@ -78,6 +81,9 @@ animations = [ {
|
|||
"speed": 10.0
|
||||
} ]
|
||||
|
||||
[sub_resource type="Curve" id=10]
|
||||
_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 ]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=3]
|
||||
shader = ExtResource( 8 )
|
||||
shader_param/speed = Vector2( 4, 0 )
|
||||
|
@ -156,8 +162,27 @@ material = SubResource( 2 )
|
|||
position = Vector2( 128, 128 )
|
||||
scale = Vector2( 3, 3 )
|
||||
frames = SubResource( 9 )
|
||||
frame = 2
|
||||
playing = true
|
||||
|
||||
[node name="Sparkles" type="CPUParticles2D" parent="SG"]
|
||||
unique_name_in_owner = true
|
||||
light_mask = 0
|
||||
position = Vector2( 0, 6.33333 )
|
||||
amount = 2
|
||||
lifetime = 2.0
|
||||
texture = ExtResource( 39 )
|
||||
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( 10 )
|
||||
color = Color( 1, 0.972549, 0.52549, 1 )
|
||||
script = ExtResource( 38 )
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue