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=45 format=2]
|
||||
[gd_scene load_steps=48 format=2]
|
||||
|
||||
[ext_resource path="res://menus/level_select_scholar.gd" type="Script" id=1]
|
||||
[ext_resource path="res://graphics/level_select/world_map.png" type="Texture" id=2]
|
||||
|
@ -19,6 +19,8 @@
|
|||
[ext_resource path="res://shaders/recolor.tres" type="Shader" id=17]
|
||||
[ext_resource path="res://objects/hud/options_screen_scholar.tscn" type="PackedScene" id=18]
|
||||
[ext_resource path="res://objects/hud/menu_sounds.tscn" type="PackedScene" id=19]
|
||||
[ext_resource path="res://scripts/randomize_particle_start.gd" type="Script" id=20]
|
||||
[ext_resource path="res://graphics/particles/shine.png" type="Texture" id=21]
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id=9]
|
||||
particles_animation = true
|
||||
|
@ -35,6 +37,9 @@ _data = {
|
|||
shader = ExtResource( 17 )
|
||||
shader_param/palette = ExtResource( 16 )
|
||||
|
||||
[sub_resource type="Curve" id=27]
|
||||
_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=2]
|
||||
shader = ExtResource( 7 )
|
||||
shader_param/speed = Vector2( 4, 0 )
|
||||
|
@ -964,6 +969,24 @@ material = SubResource( 15 )
|
|||
position = Vector2( 0, -2 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[node name="Sparkles" type="CPUParticles2D" parent="LevelPath/PlayerPosition/PlayerSprite"]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
light_mask = 0
|
||||
amount = 1
|
||||
lifetime = 2.0
|
||||
texture = ExtResource( 21 )
|
||||
emission_shape = 2
|
||||
emission_rect_extents = Vector2( 4, 4 )
|
||||
gravity = Vector2( 0, 0 )
|
||||
angular_velocity = 720.0
|
||||
angular_velocity_random = 1.0
|
||||
angle = 720.0
|
||||
angle_random = 1.0
|
||||
scale_amount_curve = SubResource( 27 )
|
||||
color = Color( 0.996078, 1, 0.760784, 1 )
|
||||
script = ExtResource( 20 )
|
||||
|
||||
[node name="hills" type="PathFollow2D" parent="LevelPath"]
|
||||
position = Vector2( 61, 140 )
|
||||
rotation = 1.04814
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue