32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://bwyioxqn7tsod"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cxw7wbwterb7u" path="res://player.tscn" id="1_48d8j"]
|
|
[ext_resource type="Texture2D" uid="uid://baifmn2j7f820" path="res://assets/PNG/Meteors/meteorBrown_big1.png" id="2_1oxd4"]
|
|
|
|
[sub_resource type="Gradient" id="Gradient_prqsf"]
|
|
colors = PackedColorArray(0.0313726, 0.0666667, 0.109804, 1, 0.036468, 0.0364422, 0.221647, 1)
|
|
|
|
[sub_resource type="FastNoiseLite" id="FastNoiseLite_okwe8"]
|
|
|
|
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_emidv"]
|
|
width = 1920
|
|
height = 1080
|
|
seamless = true
|
|
seamless_blend_skirt = 0.478
|
|
color_ramp = SubResource("Gradient_prqsf")
|
|
noise = SubResource("FastNoiseLite_okwe8")
|
|
|
|
[node name="Level" type="Node2D"]
|
|
|
|
[node name="BG" type="Sprite2D" parent="."]
|
|
position = Vector2(577.828, 323.684)
|
|
scale = Vector2(0.626221, 0.650585)
|
|
texture = SubResource("NoiseTexture2D_emidv")
|
|
|
|
[node name="Player" parent="." instance=ExtResource("1_48d8j")]
|
|
position = Vector2(585, 509)
|
|
|
|
[node name="Meteor" type="Sprite2D" parent="."]
|
|
position = Vector2(746, 334)
|
|
texture = ExtResource("2_1oxd4")
|