player.tscn: scholar of the first bullet casings
This commit is contained in:
parent
79cbd62a69
commit
bc57ba4171
45 changed files with 1429 additions and 113 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=35 format=2]
|
||||
[gd_scene load_steps=34 format=2]
|
||||
|
||||
[ext_resource path="res://objects/player/player.gd" type="Script" id=1]
|
||||
[ext_resource path="res://graphics/player/sg_walk.png" type="Texture" id=2]
|
||||
|
@ -14,7 +14,7 @@
|
|||
[ext_resource path="res://graphics/player/sg_shoot_air.png" type="Texture" id=12]
|
||||
[ext_resource path="res://shaders/recolor.tres" type="Shader" id=13]
|
||||
[ext_resource path="res://graphics/player/sg_doublejump.png" type="Texture" id=14]
|
||||
[ext_resource path="res://graphics/particles/blood.png" type="Texture" id=15]
|
||||
[ext_resource path="res://objects/player/player_death_particles.tscn" type="PackedScene" id=15]
|
||||
[ext_resource path="res://graphics/particles/dust.png" type="Texture" id=16]
|
||||
[ext_resource path="res://scripts/snap_sprite.gd" type="Script" id=17]
|
||||
|
||||
|
@ -644,9 +644,6 @@ tracks/4/keys = {
|
|||
[sub_resource type="RectangleShape2D" id=34]
|
||||
extents = Vector2( 6, 7 )
|
||||
|
||||
[sub_resource type="Curve" id=41]
|
||||
_data = [ Vector2( 0, 1 ), 0.0, -0.113537, 0, 0, Vector2( 1, 0 ), -3.35032, 0.0, 0, 0 ]
|
||||
|
||||
[sub_resource type="Curve" id=43]
|
||||
_data = [ Vector2( 0, 1 ), 0.0, -0.0636948, 0, 0, Vector2( 1, 0 ), -3.43886, 0.0, 0, 0 ]
|
||||
|
||||
|
@ -719,28 +716,7 @@ position = Vector2( 0, 3 )
|
|||
shape = SubResource( 34 )
|
||||
disabled = true
|
||||
|
||||
[node name="DeathSplatter" type="CPUParticles2D" parent="."]
|
||||
pause_mode = 2
|
||||
emitting = false
|
||||
amount = 16
|
||||
lifetime = 0.3
|
||||
one_shot = true
|
||||
explosiveness = 0.9
|
||||
local_coords = false
|
||||
texture = ExtResource( 15 )
|
||||
emission_shape = 2
|
||||
emission_rect_extents = Vector2( 4, 4 )
|
||||
direction = Vector2( 0, -1 )
|
||||
spread = 180.0
|
||||
gravity = Vector2( 0, 50 )
|
||||
initial_velocity = 60.0
|
||||
initial_velocity_random = 0.9
|
||||
damping = 2.0
|
||||
angle = 720.0
|
||||
angle_random = 1.0
|
||||
scale_amount = 0.5
|
||||
scale_amount_random = 1.0
|
||||
scale_amount_curve = SubResource( 41 )
|
||||
[node name="DeathSplatter" parent="." instance=ExtResource( 15 )]
|
||||
|
||||
[node name="DustParticles" type="CPUParticles2D" parent="."]
|
||||
position = Vector2( 0, 12 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue