2026-02-05 19:54:50 +08:00
|
|
|
[gd_scene format=3 uid="uid://bju8jr1w4d60m"]
|
2026-01-11 14:18:06 +08:00
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c673bap4b12fx" path="res://icon.svg" id="1_dd62g"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://cvrty667x12i6" path="res://_props/spring/spring.gd" id="1_mfmm2"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_wsen7"]
|
2026-01-11 19:40:01 +08:00
|
|
|
size = Vector2(16, 16)
|
2026-01-11 14:18:06 +08:00
|
|
|
|
2026-02-05 19:54:50 +08:00
|
|
|
[node name="spring" type="Area2D" unique_id=470552845 groups=["GRAPABLE"]]
|
2026-01-11 14:18:06 +08:00
|
|
|
collision_layer = 4
|
|
|
|
|
collision_mask = 2
|
|
|
|
|
script = ExtResource("1_mfmm2")
|
2026-01-11 19:40:01 +08:00
|
|
|
jump_speed = 1000.0
|
2026-01-11 14:18:06 +08:00
|
|
|
|
2026-02-05 19:54:50 +08:00
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=506922243]
|
2026-01-11 19:40:01 +08:00
|
|
|
position = Vector2(-2.3841858e-07, 0)
|
|
|
|
|
scale = Vector2(0.12499999, 0.125)
|
2026-01-11 14:18:06 +08:00
|
|
|
texture = ExtResource("1_dd62g")
|
|
|
|
|
|
2026-02-05 19:54:50 +08:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=97358040]
|
2026-01-11 14:18:06 +08:00
|
|
|
shape = SubResource("RectangleShape2D_wsen7")
|