22 lines
869 B
Text
22 lines
869 B
Text
|
|
[gd_scene load_steps=5 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://cy70quh6k3s1j" path="res://icon.svg" id="3_qmwml"]
|
||
|
|
|
||
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_hvhjo"]
|
||
|
|
|
||
|
|
[node name="ExtraJump" type="Area2D"]
|
||
|
|
scale = Vector2(1, -1)
|
||
|
|
script = ExtResource("1_t7gtn")
|
||
|
|
|
||
|
|
[node name="EarthAligner" parent="." instance=ExtResource("2_70c5v")]
|
||
|
|
|
||
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
|
scale = Vector2(7, 7)
|
||
|
|
shape = SubResource("CircleShape2D_hvhjo")
|
||
|
|
|
||
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||
|
|
modulate = Color(2.00392, 2.00392, 2.00392, 1)
|
||
|
|
texture = ExtResource("3_qmwml")
|