47 lines
1.8 KiB
Text
47 lines
1.8 KiB
Text
[gd_scene load_steps=8 format=3 uid="uid://ewe36lqcjojk"]
|
|
|
|
[ext_resource type="Script" uid="uid://bbwsc2a2hd0ow" path="res://items/consumables/updash/updash.gd" id="1_ghbl6"]
|
|
[ext_resource type="Texture2D" uid="uid://dxcfkdhl4g24c" path="res://items/consumables/updash/updash.png" id="3_a5yxq"]
|
|
[ext_resource type="PackedScene" uid="uid://chs0u61f45nau" path="res://utils/earth_aligner.tscn" id="3_ktv3s"]
|
|
[ext_resource type="Texture2D" uid="uid://d4mrbgfl7jpqq" path="res://items/generic/ItemShine.png" id="3_ssiqx"]
|
|
[ext_resource type="AudioStream" uid="uid://bg1w0fyeyys2p" path="res://sounds/item-equip-6904.mp3" id="5_ssiqx"]
|
|
[ext_resource type="AudioStream" uid="uid://ds0yw3au0quae" path="res://sounds/whoosh.mp3" id="6_mbe12"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ghbl6"]
|
|
radius = 12.6667
|
|
|
|
[node name="Updash" type="Area2D"]
|
|
script = ExtResource("1_ghbl6")
|
|
sprite = ExtResource("3_a5yxq")
|
|
icon = ExtResource("3_a5yxq")
|
|
item_name = "Upward Boost"
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(0, 19)
|
|
scale = Vector2(3.3, 2.2)
|
|
shape = SubResource("CircleShape2D_ghbl6")
|
|
|
|
[node name="CollisionShape2D2" type="CollisionShape2D" parent="."]
|
|
position = Vector2(0, -4)
|
|
scale = Vector2(1.1, 4.4)
|
|
shape = SubResource("CircleShape2D_ghbl6")
|
|
|
|
[node name="Sprite2D2" type="Sprite2D" parent="."]
|
|
position = Vector2(0, 15)
|
|
scale = Vector2(1.4, 1.4)
|
|
texture = ExtResource("3_ssiqx")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(1.8, 1.8)
|
|
texture = ExtResource("3_a5yxq")
|
|
|
|
[node name="EarthAligner" parent="." instance=ExtResource("3_ktv3s")]
|
|
|
|
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("5_ssiqx")
|
|
volume_db = 15.0
|
|
|
|
[node name="UpdashSound" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("6_mbe12")
|
|
volume_db = 5.0
|
|
pitch_scale = 1.23
|