horse features
This commit is contained in:
parent
1a971bb379
commit
23c7cb5902
444 changed files with 8438 additions and 7 deletions
|
@ -1,17 +1,35 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://bbnq7ptk8hhxa"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://bbnq7ptk8hhxa"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d13tqqx8ygak4" path="res://assets/textures/backgrounds/hell.png" id="1_bxdo5"]
|
||||
[ext_resource type="Shader" path="res://noise/noise.gdshader" id="1_j2mm6"]
|
||||
[ext_resource type="PackedScene" uid="uid://mh2gfm7iqqsm" path="res://objects/player/player.tscn" id="2_kip56"]
|
||||
[ext_resource type="TileSet" uid="uid://xwfn24if3pxk" path="res://assets/tilesets/chocomint.tres" id="3_4td23"]
|
||||
[ext_resource type="PackedScene" uid="uid://68lav5rke5ag" path="res://objects/spring/spring.tscn" id="4_a3xei"]
|
||||
[ext_resource type="PackedScene" uid="uid://b5eso40mjhlmv" path="res://objects/ice/ice.tscn" id="5_88a5a"]
|
||||
[ext_resource type="PackedScene" uid="uid://old7hxofg8b7" path="res://objects/horsehead/horsehead.tscn" id="6_k4ref"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwtjfpfkykfdr" path="res://objects/rotoboy/roto_boy.tscn" id="6_pjulc"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_sf5kh"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_mq2td"]
|
||||
shader = ExtResource("1_j2mm6")
|
||||
shader_parameter/animate_noise = true
|
||||
shader_parameter/noise_intensity = 1.0
|
||||
shader_parameter/fps = 15.0
|
||||
|
||||
[node name="Level1" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
material = SubResource("ShaderMaterial_sf5kh")
|
||||
position = Vector2(144, 108)
|
||||
texture = ExtResource("1_bxdo5")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
material = SubResource("ShaderMaterial_mq2td")
|
||||
offset_right = 288.0
|
||||
offset_bottom = 216.0
|
||||
color = Color(0.194349, 0.194349, 0.194349, 0.447059)
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("2_kip56")]
|
||||
position = Vector2(31, 139)
|
||||
|
||||
|
@ -23,19 +41,35 @@ layer_0/tile_data = PackedInt32Array(720896, 0, 0, 720897, 0, 0, 720898, 0, 0, 7
|
|||
[node name="Spring" parent="." instance=ExtResource("4_a3xei")]
|
||||
position = Vector2(96, 80)
|
||||
|
||||
[node name="Spring2" parent="." instance=ExtResource("4_a3xei")]
|
||||
position = Vector2(128, 80)
|
||||
|
||||
[node name="Spring3" parent="." instance=ExtResource("4_a3xei")]
|
||||
position = Vector2(160, 80)
|
||||
position = Vector2(192, 176)
|
||||
|
||||
[node name="Spring8" parent="." instance=ExtResource("4_a3xei")]
|
||||
position = Vector2(160, 176)
|
||||
|
||||
[node name="Spring4" parent="." instance=ExtResource("4_a3xei")]
|
||||
position = Vector2(112, 24)
|
||||
rotation = 3.14159
|
||||
|
||||
[node name="Spring5" parent="." instance=ExtResource("4_a3xei")]
|
||||
position = Vector2(144, 24)
|
||||
position = Vector2(176, 128)
|
||||
rotation = 3.14159
|
||||
|
||||
[node name="Spring6" parent="." instance=ExtResource("4_a3xei")]
|
||||
position = Vector2(224, 176)
|
||||
|
||||
[node name="Spring7" parent="." instance=ExtResource("4_a3xei")]
|
||||
position = Vector2(208, 128)
|
||||
rotation = 3.14159
|
||||
|
||||
[node name="RotoBoy" parent="." instance=ExtResource("6_pjulc")]
|
||||
position = Vector2(112, 144)
|
||||
position = Vector2(40, 72)
|
||||
|
||||
[node name="Horsehead" parent="." instance=ExtResource("6_k4ref")]
|
||||
position = Vector2(216, 64)
|
||||
|
||||
[node name="Spring2" parent="." instance=ExtResource("4_a3xei")]
|
||||
position = Vector2(96, 176)
|
||||
|
||||
[node name="Ice" parent="." instance=ExtResource("5_88a5a")]
|
||||
position = Vector2(120, 120)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue