forked from team-sg/hero-mark-2
splash particlesgit status
This commit is contained in:
parent
002737706b
commit
bd12aa68c1
9 changed files with 87 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=28 format=2]
|
||||
[gd_scene load_steps=29 format=2]
|
||||
|
||||
[ext_resource path="res://maps/map.gd" type="Script" id=1]
|
||||
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=2]
|
||||
|
@ -26,6 +26,7 @@
|
|||
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=24]
|
||||
[ext_resource path="res://audio/music/cryokiller.ogg" type="AudioStream" id=25]
|
||||
[ext_resource path="res://shaders/can_stain.tres" type="Material" id=26]
|
||||
[ext_resource path="res://scripts/has_splash.gd" type="Script" id=27]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
extents = Vector2( 4, 112 )
|
||||
|
@ -74,6 +75,8 @@ cell_size = Vector2( 8, 8 )
|
|||
collision_layer = 32
|
||||
format = 1
|
||||
tile_data = PoolIntArray( 1441838, 7, 0, 1441839, 7, 0, 1441840, 7, 0, 1441841, 7, 0, 1441842, 7, 0, 1441847, 7, 0, 1441848, 7, 0, 1441849, 7, 0, 1441850, 7, 0, 1441851, 7, 0, 1441852, 7, 0, 1441868, 7, 0, 1441869, 7, 0, 1441870, 7, 0, 1441871, 7, 0, 1441872, 7, 0, 1441873, 7, 0, 1441874, 7, 0, 1441875, 7, 0, 1441876, 7, 0, 1441877, 7, 0, 1441878, 7, 0, 1441879, 7, 0, 1441880, 7, 0, 1441881, 7, 0, 1507374, 6, 0, 1507375, 6, 0, 1507376, 6, 0, 1507377, 6, 0, 1507378, 6, 0, 1507383, 6, 0, 1507384, 6, 0, 1507385, 6, 0, 1507386, 6, 0, 1507387, 6, 0, 1507388, 6, 0, 1507404, 6, 0, 1507405, 6, 0, 1507406, 6, 0, 1507407, 6, 0, 1507408, 6, 0, 1507409, 6, 0, 1507410, 6, 0, 1507411, 6, 0, 1507412, 6, 0, 1507413, 6, 0, 1507414, 6, 0, 1507415, 6, 0, 1507416, 6, 0, 1507417, 6, 0 )
|
||||
script = ExtResource( 27 )
|
||||
splash_color = Color( 0.12549, 0.133333, 0.227451, 1 )
|
||||
|
||||
[node name="DeathBackground" type="TileMap" parent="DeathNoBlood" groups=["death", "no_blood"]]
|
||||
z_index = -11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue