The_Dark_Side_of_Earth/items/consumables/updash/updash.tscn

48 lines
1.8 KiB
Text
Raw Normal View History

2025-09-19 03:33:03 +02:00
[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"]
2025-09-17 19:25:22 +02:00
[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"]
2025-09-19 03:33:03 +02:00
[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"]
2025-09-19 02:12:28 +02:00
radius = 12.6667
[node name="Updash" type="Area2D"]
script = ExtResource("1_ghbl6")
2025-09-19 02:12:28 +02:00
sprite = ExtResource("3_a5yxq")
2025-09-23 17:40:50 +02:00
icon = ExtResource("3_a5yxq")
item_name = "Upward Boost"
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
2025-09-19 02:12:28 +02:00
position = Vector2(0, 19)
2025-09-24 16:13:48 +02:00
scale = Vector2(3.3, 2.2)
shape = SubResource("CircleShape2D_ghbl6")
2025-09-19 02:12:28 +02:00
[node name="CollisionShape2D2" type="CollisionShape2D" parent="."]
position = Vector2(0, -4)
2025-09-24 16:13:48 +02:00
scale = Vector2(1.1, 4.4)
2025-09-19 02:12:28 +02:00
shape = SubResource("CircleShape2D_ghbl6")
[node name="Sprite2D2" type="Sprite2D" parent="."]
position = Vector2(0, 15)
2025-09-24 16:13:48 +02:00
scale = Vector2(1.4, 1.4)
2025-09-19 02:12:28 +02:00
texture = ExtResource("3_ssiqx")
[node name="Sprite2D" type="Sprite2D" parent="."]
2025-09-24 16:13:48 +02:00
scale = Vector2(1.8, 1.8)
2025-09-19 02:12:28 +02:00
texture = ExtResource("3_a5yxq")
2025-09-17 19:25:22 +02:00
[node name="EarthAligner" parent="." instance=ExtResource("3_ktv3s")]
2025-09-19 03:33:03 +02:00
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("5_ssiqx")
2025-09-19 11:18:29 +02:00
volume_db = 15.0
2025-09-19 03:33:03 +02:00
[node name="UpdashSound" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("6_mbe12")
2025-09-19 12:42:13 +02:00
volume_db = 5.0
2025-09-19 03:33:03 +02:00
pitch_scale = 1.23