description requests
This commit is contained in:
parent
de2e8b1e50
commit
6fbae10750
35 changed files with 359 additions and 154 deletions
|
|
@ -1,10 +1,19 @@
|
|||
[gd_scene load_steps=16 format=3 uid="uid://b7innrovtmf5u"]
|
||||
[gd_scene load_steps=18 format=3 uid="uid://b7innrovtmf5u"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dy41q1kxray5t" path="res://scenes/entities/plants/peashooter.tscn" id="1_lp85e"]
|
||||
[ext_resource type="Texture2D" uid="uid://cu0651pvvkmvm" path="res://assets/sprites/atlases/plants/snow_pea.png" id="2_ytrm0"]
|
||||
[ext_resource type="Shader" uid="uid://cgc7spjkhsx7c" path="res://assets/shaders/generic_flash.gdshader" id="2_yyg2a"]
|
||||
[ext_resource type="AnimationLibrary" uid="uid://cke5wmmrvevbs" path="res://assets/animations/plants/snowpea.res" id="4_jvx5y"]
|
||||
[ext_resource type="PackedScene" uid="uid://domeukw4ucmyr" path="res://scenes/projectiles/snowpea_projectile.tscn" id="5_bv86m"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_g872w"]
|
||||
resource_local_to_scene = true
|
||||
shader = ExtResource("2_yyg2a")
|
||||
shader_parameter/FLASH_COLOR = Color(0.78, 0.78, 0.78, 0.501961)
|
||||
shader_parameter/HIGHLIGHT_COLOR = Color(0.69, 0, 0, 0.282353)
|
||||
shader_parameter/selected = false
|
||||
shader_parameter/blend = 0.0
|
||||
|
||||
[sub_resource type="Animation" id="Animation_pephc"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
|
|
@ -66,6 +75,7 @@ resource_local_to_scene = true
|
|||
internal_id = "snowpea"
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
material = SubResource("ShaderMaterial_g872w")
|
||||
texture = ExtResource("2_ytrm0")
|
||||
|
||||
[node name="AnimationPlayer" parent="." index="1"]
|
||||
|
|
@ -83,3 +93,6 @@ _projectile = ExtResource("5_bv86m")
|
|||
|
||||
[node name="CollisionShape2D" parent="Eysight" index="0"]
|
||||
shape = SubResource("SegmentShape2D_3oyhk")
|
||||
|
||||
[node name="FlashController" parent="." index="8"]
|
||||
shaderMaterial = SubResource("ShaderMaterial_g872w")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue