75 lines
3.1 KiB
Text
75 lines
3.1 KiB
Text
[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" uid="uid://cwktxks6mchp2" path="res://assets/shaders/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)
|
|
|
|
[node name="TileMap" type="TileMap" parent="."]
|
|
tile_set = ExtResource("3_4td23")
|
|
format = 2
|
|
layer_0/tile_data = PackedInt32Array(720896, 0, 0, 720897, 0, 0, 720898, 0, 0, 720903, 0, 0, 720904, 0, 0, 720905, 0, 0, 720906, 0, 0, 720907, 0, 0, 720909, 0, 0, 720910, 0, 0, 720911, 0, 0, 720912, 0, 0, 720913, 0, 0, 720899, 0, 0, 720900, 0, 0, 720901, 0, 0, 720902, 0, 0, 720908, 0, 0)
|
|
|
|
[node name="Spring" parent="." instance=ExtResource("4_a3xei")]
|
|
position = Vector2(96, 80)
|
|
|
|
[node name="Spring3" parent="." instance=ExtResource("4_a3xei")]
|
|
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(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(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)
|