29 lines
1.2 KiB
Text
29 lines
1.2 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://wc7kgtomy6xm"]
|
|
|
|
[ext_resource type="Script" uid="uid://bnr7cpjuvy6xj" path="res://items/permanent_items/extrajump.gd" id="1_t7gtn"]
|
|
[ext_resource type="PackedScene" uid="uid://chs0u61f45nau" path="res://utils/earth_aligner.tscn" id="2_70c5v"]
|
|
[ext_resource type="Texture2D" uid="uid://d4mrbgfl7jpqq" path="res://items/ItemShine.png" id="3_hw3fr"]
|
|
[ext_resource type="Texture2D" uid="uid://dicx1uk4187dq" path="res://items/permanent_items/extrajump.png" id="3_t7gtn"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_hw3fr"]
|
|
size = Vector2(78, 82)
|
|
|
|
[node name="ExtraJump" type="Area2D"]
|
|
script = ExtResource("1_t7gtn")
|
|
|
|
[node name="EarthAligner" parent="." instance=ExtResource("2_70c5v")]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
visible = false
|
|
position = Vector2(1.90735e-06, 0.999999)
|
|
shape = SubResource("RectangleShape2D_hw3fr")
|
|
|
|
[node name="Sprite2D2" type="Sprite2D" parent="."]
|
|
modulate = Color(0.583047, 0.321422, 0.988413, 1)
|
|
position = Vector2(0, 2)
|
|
scale = Vector2(1.5, 1.5)
|
|
texture = ExtResource("3_hw3fr")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.7, 0.7)
|
|
texture = ExtResource("3_t7gtn")
|